emcc.c: missing (void) in a function definition.

This isn't C++, ahem.
This commit is contained in:
Simon Tatham
2023-04-24 09:31:18 +01:00
parent 12b2608b24
commit 8c968483f8

2
emcc.c
View File

@ -909,7 +909,7 @@ static bool savefile_read(void *vctx, void *buf, int len)
return js_savefile_read(buf, len);
}
void load_game()
void load_game(void)
{
const char *err;