diff options
| -rw-r--r-- | tools/convbdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c index 010e8ee..aae5b43 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -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*/ |