Warning fix.
This commit is contained in:
parent
bd5ead8122
commit
1654700314
|
@ -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);
|
fprintf(outputfile, "\t.dataf%ld %s\n", size, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool istext(c)
|
static bool istext(char c)
|
||||||
{
|
{
|
||||||
return isprint(c) && (c != '"');
|
return isprint(c) && (c != '"');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue