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:
parent
68e24d3a16
commit
f5be029854
1 changed files with 1 additions and 1 deletions
|
@ -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*/
|
||||
|
|
Loading…
Reference in a new issue