Fix warning.
authorDavid Given <dg@cowlark.com>
Fri, 16 Dec 2016 22:23:41 +0000 (23:23 +0100)
committerDavid Given <dg@cowlark.com>
Fri, 16 Dec 2016 22:23:41 +0000 (23:23 +0100)
mach/proto/mcg/data.c

index a237d5a..f326dc1 100644 (file)
@@ -90,7 +90,7 @@ void data_float(const char* data, size_t size, bool is_ro)
     fprintf(outputfile, "\n");
 }
 
-static bool istext(c)
+static bool istext(char c)
 {
     return isprint(c) && (c != '"');
 }