From cb6fce1b84ab9b7f5d34dd1cbf558c61b075630b Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:34:19 +0000 Subject: [PATCH] Update qjs.c --- qjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qjs.c b/qjs.c index 9d14e58..4a74b5e 100644 --- a/qjs.c +++ b/qjs.c @@ -371,7 +371,7 @@ static const JSMallocFunctions mi_mf = { #define PROG_NAME "qjs" -void polyfiller(ctx) { +void polyfiller(JSContext ctx) { //POLYFILLS FOR QJS FILES BEGIN const char *pf = "globalThis.global = globalThis;\n" "global.console.error = console.log\n"