diff options
author | athenian200 <athenian200@outlook.com> | 2019-10-04 04:37:51 -0500 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2019-10-21 04:53:43 -0500 |
commit | 575f51a27d6b3627ae5675cc8e920c8dcae073bd (patch) | |
tree | 30a30c687b2d45a0c866e2d16e4974b67ffd4f61 /js | |
parent | db34ef993c3b0a25619ec56d98303933b61169bc (diff) | |
download | uxp-575f51a27d6b3627ae5675cc8e920c8dcae073bd.tar.gz |
Fix a bunch of dumb typos and omissions.
Diffstat (limited to 'js')
-rw-r--r-- | js/src/jsnativestack.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/src/jsnativestack.cpp b/js/src/jsnativestack.cpp index 389d7e657b..4e96e01e87 100644 --- a/js/src/jsnativestack.cpp +++ b/js/src/jsnativestack.cpp @@ -73,7 +73,8 @@ js::GetNativeStackBaseImpl() JS_STATIC_ASSERT(JS_STACK_GROWTH_DIRECTION < 0); -void js::GetNativeStackBaseImpl() +void* +js::GetNativeStackBaseImpl() { stack_t st; stack_getbounds(&st); |