mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
remove compiler warning about no return value
This commit is contained in:
parent
3bfb1ebbb6
commit
08b49c00de
@ -1798,6 +1798,7 @@ ET_PostMessageBox(MWContext* context, char* szMessage, JSBool bConfirm)
|
||||
return JS_FALSE;
|
||||
}
|
||||
}
|
||||
return JS_FALSE;
|
||||
}
|
||||
|
||||
JSBool
|
||||
|
Loading…
Reference in New Issue
Block a user