mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
(Actually mlm)
- Fix return of NULL that should be (JSCFResult) 0
This commit is contained in:
parent
fcb4be7c65
commit
570e77faa9
@ -3004,7 +3004,7 @@ ET_JSCFExecute(MWContext *context, const char *script_name,
|
||||
JSCFResult *res;
|
||||
MozillaEvent_JSCFExecute* event = PR_NEW(MozillaEvent_JSCFExecute);
|
||||
if(!event)
|
||||
return NULL;
|
||||
return (JSCFResult) 0;
|
||||
|
||||
PR_InitEvent(&event->ce.event, NULL,
|
||||
(PRHandleEventProc)et_HandleEvent_JSCFExecute,
|
||||
|
Loading…
x
Reference in New Issue
Block a user