From f5be029854625d94d4c4280a62efcd496286a7d3 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 24 Dec 2008 04:44:28 +0000 Subject: 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 --- tools/convbdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/convbdf.c') 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) " -n Don't generate bitmaps as comments in .c file\n" }; - fprintf(stderr, help); + fprintf(stderr, "%s", help); } /* parse command line options*/ -- cgit v1.2.3