bug 478843 - /toolkit/xre/nsAppRunner.cpp:1424:6: error: #elif with no expression. r=benjamin

This commit is contained in:
Makoto Kato 2009-02-18 21:01:05 +09:00
parent 0d910885ae
commit 400343426c

View File

@ -1421,7 +1421,7 @@ XRE_GetBinaryPath(const char* argv0, nsILocalFile* *aResult)
if (NS_FAILED(rv))
return rv;
#elif
#else
#error Oops, you need platform-specific code here
#endif