diff options
Diffstat (limited to 'emcc.c')
| -rw-r--r-- | emcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -787,7 +787,7 @@ struct savefile_write_ctx { size_t pos; }; -static void savefile_write(void *vctx, void *buf, int len) +static void savefile_write(void *vctx, const void *buf, int len) { struct savefile_write_ctx *ctx = (struct savefile_write_ctx *)vctx; if (ctx->buffer) |