[blam/blam-1.8.10: 2/2] Use #elif instead of #elseif



commit b596bfddda7ae2c10cb0444911f125a3aa16c9ee
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date:   Sun Dec 4 13:59:57 2011 +0100

    Use #elif instead of #elseif

 src/Application.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Application.cs b/src/Application.cs
index 0fd8b53..9772a65 100644
--- a/src/Application.cs
+++ b/src/Application.cs
@@ -22,7 +22,7 @@ using WebKit;
 #if DBUS_SHARP
 using DBus;
 using org.freedesktop.DBus;
-#elseif NDESK_DBUS
+#elif NDESK_DBUS
 using NDesk.DBus;
 using org.freedesktop.DBus;
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]