mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 17:38:36 +00:00
Fix else/#else error.
This commit is contained in:
parent
7910fc239a
commit
9034726d76
@ -1432,9 +1432,9 @@ XP_MakeRawHTMLDialog(void *proto_win, XPDialogInfo *dialogInfo,
|
||||
if (titlenum == XP_SECURITY_ADVISOR_TITLE_STRING)
|
||||
cx = FE_MakeNewWindow((MWContext *)proto_win, NULL, XP_GetString(titlenum), &chrome);
|
||||
else
|
||||
#else
|
||||
cx = FE_MakeNewWindow((MWContext *)proto_win, NULL, NULL, &chrome);
|
||||
#endif
|
||||
cx = FE_MakeNewWindow((MWContext *)proto_win, NULL, NULL, &chrome);
|
||||
|
||||
if ( cx == NULL ) {
|
||||
goto loser;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user