Fix one of the warnings which the ubuntu 8.10 servers are throwing..

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19576 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-12-24 04:44:28 +00:00
parent 68e24d3a16
commit f5be029854

View file

@ -102,7 +102,7 @@ usage(void)
" -n Don't generate bitmaps as comments in .c file\n"
};
fprintf(stderr, help);
fprintf(stderr, "%s", help);
}
/* parse command line options*/