diff options
Diffstat (limited to '')
-rw-r--r-- | drv_PICGraphic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_PICGraphic.c b/drv_PICGraphic.c index 4679fb9..c33973d 100644 --- a/drv_PICGraphic.c +++ b/drv_PICGraphic.c @@ -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"); } |