summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/include/emscripten/emscripten.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/include/emscripten/emscripten.h b/system/include/emscripten/emscripten.h
index 8a08aabb..6e1c00d5 100644
--- a/system/include/emscripten/emscripten.h
+++ b/system/include/emscripten/emscripten.h
@@ -53,8 +53,8 @@ typedef double __attribute__((aligned(1))) emscripten_align1_double;
* does a function call to reach it). It supports newlines,
*
* EM_ASM(
- * window.alert('hai'));
- * window.alert('bai'));
+ * window.alert('hai');
+ * window.alert('bai');
* )
*
* Notes: Double-quotes (") are not supported, but you can use