Skip to content

Commit 7354506

Browse files
committed
fixup!
1 parent d0b65e7 commit 7354506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qjsc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ int main(int argc, char **argv)
539539
}
540540

541541
/* add the module loader */
542-
fprintf(fo, " "JS_SetModuleLoaderFunc"(rt, NULL, js_module_loader, NULL);\n");
542+
fprintf(fo, " JS_SetModuleLoaderFunc(rt, NULL, js_module_loader, NULL);\n");
543543

544544
fprintf(fo,
545545
" ctx = JS_NewCustomContext(rt);\n"

0 commit comments

Comments
 (0)