aboutsummaryrefslogtreecommitdiff
path: root/src/parseTools.js
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-09-20 21:19:28 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-09-20 21:25:28 +0700
commit293c7b4860c3ae33b07011695adc9a6b8ff5ebdb (patch)
treecdf3593e73e77c2be3577cc42e8dacdd05d1c46c /src/parseTools.js
parentc72022ee3788281dd764782eb51395e322efb1bc (diff)
Fix typo in URL.
Diffstat (limited to 'src/parseTools.js')
-rw-r--r--src/parseTools.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parseTools.js b/src/parseTools.js
index 90c5acab..80cccecb 100644
--- a/src/parseTools.js
+++ b/src/parseTools.js
@@ -1758,7 +1758,7 @@ function checkBitcast(item) {
} else {
warnOnce('Casting a function pointer type to a potentially incompatible one (use -s VERBOSE=1 to see more)');
}
- warnOnce('See https://github.com/kripken/emscripten/wiki/CodeGuidlinesAndLimitations#function-pointer-issues for more information on dangerous function pointer casts');
+ warnOnce('See https://github.com/kripken/emscripten/wiki/CodeGuidelinesAndLimitations#function-pointer-issues for more information on dangerous function pointer casts');
if (ASM_JS) warnOnce('Incompatible function pointer casts are very dangerous with ASM_JS=1, you should investigate and correct these');
}
if (oldCount != newCount && oldCount && newCount) showWarning();