diff --git a/mach/proto/mcg/data.c b/mach/proto/mcg/data.c index 95d828650..dfd3651d4 100644 --- a/mach/proto/mcg/data.c +++ b/mach/proto/mcg/data.c @@ -76,7 +76,7 @@ void data_float(const char* data, size_t size, bool is_ro) fprintf(outputfile, "\t.dataf%ld %s\n", size, data); } -static bool istext(c) +static bool istext(char c) { return isprint(c) && (c != '"'); }