diff options
| -rw-r--r-- | sokol_args.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sokol_args.h b/sokol_args.h index 532b7b29..e39b6f29 100644 --- a/sokol_args.h +++ b/sokol_args.h @@ -685,7 +685,7 @@ extern "C" { #endif #if defined(EM_JS_DEPS) -EM_JS_DEPS(sokol_audio, "$withStackSave,$stringToUTF8OnStack"); +EM_JS_DEPS(sokol_audio, "$withStackSave,$stringToUTF8OnStack") #endif EMSCRIPTEN_KEEPALIVE void _sargs_add_kvp(const char* key, const char* val) { @@ -729,7 +729,7 @@ EM_JS(void, sargs_js_parse_url, (void), { __sargs_add_kvp(key_cstr, val_cstr) }); } -}); +}) #endif // EMSCRIPTEN |