contrib/thunderbird/elif_fix.patch
2009-09-17 19:34:44 +02:00

12 lines
294 B
Diff

--- mozilla.orig/toolkit/xre/nsAppRunner.cpp 2009-06-28 13:46:49.000000000 -0400
+++ mozilla/toolkit/xre/nsAppRunner.cpp 2009-06-28 13:47:07.000000000 -0400
@@ -1484,7 +1484,7 @@
if (NS_FAILED(rv))
return rv;
-#elif
+#else
#error Oops, you need platform-specific code here
#endif