[blam/blam-1.8: 1/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: 1/2] Use #elif instead of #elseif
- Date: Sat, 12 Nov 2011 21:38:56 +0000 (UTC)
commit 43d3159704cc5d73fb39658ea2d0e3b406f8a243
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date: Sat Nov 12 22:30:38 2011 +0100
Use #elif instead of #elseif
Mono 2.6 allows #elseif, but 2.10 doesn't like it.
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]