diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-01-30 18:36:02 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-01-30 18:36:02 +0100 |
| commit | adf2c22d94c3bc8f2593b0fc3b63e29ed360510f (patch) | |
| tree | 43b06484139a7c064808346023acea36098a4a86 /util/sokol_nuklear.h | |
| parent | 7476b7fcc7df55fbac1c37a49fa37b4a87a62cbc (diff) | |
add -Wextra-semi to CI tests and fix resulting warnings
Diffstat (limited to 'util/sokol_nuklear.h')
| -rw-r--r-- | util/sokol_nuklear.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_nuklear.h b/util/sokol_nuklear.h index 637dd66a..8664bf37 100644 --- a/util/sokol_nuklear.h +++ b/util/sokol_nuklear.h @@ -2215,7 +2215,7 @@ EM_JS(int, snk_js_is_osx, (void), { } else { return 0; } -}); +}) #endif static bool _snk_is_osx(void) { |