]> git.webhop.me Git - lcd4linux.git/commitdiff
drv_PICGraphic.c
authoredman007 <edman007@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 19 Nov 2009 04:28:49 +0000 (04:28 +0000)
committeredman007 <edman007@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 19 Nov 2009 04:28:49 +0000 (04:28 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1065 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_PICGraphic.c

index 4679fb945a0e9105cf8e023a54d74092c95a0345..c33973da0363d787919c9658679807124785525d 100644 (file)
@@ -94,7 +94,7 @@ static char *fbPG = 0, delayDone = 0;
 
 void drv_PICGraphic_delay(void *arg)
 {
-    (void)arg;
+    (void) arg;
     delayDone = 1;
     debug("delay done");
 }