diff options
Diffstat (limited to 'tests/websockets_bi.c')
-rw-r--r-- | tests/websockets_bi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/websockets_bi.c b/tests/websockets_bi.c index bea512db..73d061d2 100644 --- a/tests/websockets_bi.c +++ b/tests/websockets_bi.c @@ -124,7 +124,7 @@ int main(void) "iframe.src = 'side.html';" "document.body.appendChild(iframe);" "console.log('added.');"); - emscripten_set_main_loop(iter, 0); + emscripten_set_main_loop(iter, 0, 0); #else while (!done) iter(NULL); #endif |