aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index ec0e78a1..9043fe46 100755
--- a/emcc
+++ b/emcc
@@ -477,7 +477,7 @@ try:
print >> sys.stderr, 'emcc: warning: using libcxx turns on CORRECT_SIGNS'
libcxx_symbols = ('blarg')
- for name, create, fix, library_symbols in [('dlmalloc', create_dlmalloc, fix_dlmalloc, dlmalloc_symbols)]:,
+ for name, create, fix, library_symbols in [('dlmalloc', create_dlmalloc, fix_dlmalloc, dlmalloc_symbols)]:
#('libcxx', create_libcxx, fix_libcxx, libcxx_symbols)]:
need = False
has = False