]> git.sur5r.net Git - cc65/blobdiff - src/sp65/koala.c
Added reference to unused variable to avoid GCC 4.6 warning.
[cc65] / src / sp65 / koala.c
index 17beee91ab37e772338c36790e46cbecbe97f6cb..d66969348c9f43be1c23af1578ae90ecd274ffda 100644 (file)
@@ -96,7 +96,7 @@ StrBuf* GenKoala (const Bitmap* B, const Collection* A attribute ((unused)))
     SB_AppendChar (D, 0x44);
     
     /* TODO: The actual work ;-) */
-    (void)Screen;
+    (void) Screen;
 
     /* Return the converted bitmap */
     return D;