From 3536604fb671343f7512ccc9e80573d1f2906ea6 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Wed, 31 Aug 2011 19:36:03 +0000 Subject: [PATCH] nitpicking ftw! --- animations/mherweg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/animations/mherweg.c b/animations/mherweg.c index 11dd556..60f1297 100644 --- a/animations/mherweg.c +++ b/animations/mherweg.c @@ -9,7 +9,7 @@ * The following animations were developed by Martin Herweg (hence the name) * as a personal aid for getting familiar with programming the Borg. * - * Although these animations are rarely used among Borg owner's, we left them in + * Although these animations are rarely used among Borg owners, we left them in * because of their simplicity in hopes that a novice Borg developer may find * them useful. */ @@ -70,7 +70,7 @@ static void line(pixel p1, * @param h height of the rectangle * @param color brightness level of the rectangle */ -static void filled_rectangle(pixel p, +static void filled_rectangle(pixel const p, unsigned char const w, unsigned char const h, unsigned char const color) @@ -106,7 +106,7 @@ static void checkbox() line ((pixel){0, 7}, (pixel){7, 0}, color); wait (delay * 3); - // shift image to the right (shift_pximap_l() really shifts to right) + // shift image to the right (shift_pximap_l() really shifts to the right) for (unsigned char x = NUM_COLS; x--;) { shift_pixmap_l();