[blam/blam-1.8.10: 2/2] Use #elif instead of #elseif
- From: Carlos MartÃn Nieto <cmartin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [blam/blam-1.8.10: 2/2] Use #elif instead of #elseif
- Date: Sun, 4 Dec 2011 13:00:19 +0000 (UTC)
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]