Remove spaces after #endif, which the preprocessor doesn't seem to like. Fixing bustage.

This commit is contained in:
dbaron%dbaron.org 2004-03-08 14:27:43 +00:00
Родитель a609dc7c11
Коммит 4ab33a8250
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
};
};