(Actually mlm)

- Fix return of NULL that should be (JSCFResult) 0
This commit is contained in:
cyeh%netscape.com 1998-09-25 23:48:51 +00:00
parent fcb4be7c65
commit 570e77faa9

View File

@ -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,