remove compiler warning about no return value

This commit is contained in:
jdunn%netscape.com 1999-04-12 20:57:11 +00:00
parent 3bfb1ebbb6
commit 08b49c00de

View File

@ -1798,6 +1798,7 @@ ET_PostMessageBox(MWContext* context, char* szMessage, JSBool bConfirm)
return JS_FALSE;
}
}
return JS_FALSE;
}
JSBool