aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-17 19:06:45 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-17 19:06:45 -0800
commit5ac93aaa0fce07b19526bfc1d1767a43a16da523 (patch)
tree147a69c6912a19d99261b0c341d2ba2cf33ec658 /emcc
parentc3be0254c59538e43d1b33e6b537dae917751752 (diff)
fix typo
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