Skip to content

Commit 77a1964

Browse files
committed
Remove redundant comma
1 parent 1f7904f commit 77a1964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library_pthread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var LibraryPThread = {
99
$PThread__deps: ['_emscripten_thread_init',
1010
'emscripten_register_main_browser_thread_id',
1111
'$ERRNO_CODES', 'emscripten_futex_wake', '$killThread',
12-
'$cancelThread', '$cleanupThread',
12+
'$cancelThread', '$cleanupThread'
1313
#if USE_ASAN || USE_LSAN
1414
, '$withBuiltinMalloc'
1515
#endif

0 commit comments

Comments
 (0)