From 4ab33a82505252924b3814fe68ed18aad62dff6c Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Mon, 8 Mar 2004 14:27:43 +0000 Subject: [PATCH] Remove spaces after #endif, which the preprocessor doesn't seem to like. Fixing bustage. --- browser/base/content/browser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 4dd6d2331e2a..50f86aa4bd53 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -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 -}; \ No newline at end of file +};