Warning fix.

This commit is contained in:
David Given 2022-07-17 01:39:26 +02:00
parent bd5ead8122
commit 1654700314

View file

@ -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 != '"');
}