mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Remove spaces after #endif, which the preprocessor doesn't seem to like. Fixing bustage.
This commit is contained in:
parent
a609dc7c11
commit
4ab33a8250
@ -538,7 +538,7 @@ function delayedStartup()
|
||||
shell.setDefaultBrowser(true);
|
||||
shell.shouldCheckDefaultBrowser = checkEveryTime.value;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
function Shutdown()
|
||||
@ -4372,4 +4372,4 @@ var MailIntegration = {
|
||||
#else
|
||||
}
|
||||
#endif
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user