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 010e8ee2c2..aae5b4302d 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c | |||
@@ -102,7 +102,7 @@ usage(void) | |||
102 | " -n Don't generate bitmaps as comments in .c file\n" | 102 | " -n Don't generate bitmaps as comments in .c file\n" |
103 | }; | 103 | }; |
104 | 104 | ||
105 | fprintf(stderr, help); | 105 | fprintf(stderr, "%s", help); |
106 | } | 106 | } |
107 | 107 | ||
108 | /* parse command line options*/ | 108 | /* parse command line options*/ |