mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-11 07:19:32 +01:00
fix static js build
This commit is contained in:
@@ -2714,7 +2714,7 @@ js_InitStringClass(JSContext *cx, JSObject *obj)
|
||||
JSVAL_VOID, NULL, NULL,
|
||||
JSPROP_READONLY | JSPROP_PERMANENT | JSPROP_SHARED, 0, 0,
|
||||
NULL)) {
|
||||
return JS_FALSE;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return proto;
|
||||
|
||||
Reference in New Issue
Block a user