[gssdp] gssdp-client: Fix preprocessor syntax
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gssdp] gssdp-client: Fix preprocessor syntax
- Date: Mon,  4 Apr 2016 07:32:48 +0000 (UTC)
commit c2678ad139e9c2a7bbe64e728f9366342f4dea37
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Apr 3 12:54:12 2016 +0100
    gssdp-client: Fix preprocessor syntax
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762324
 libgssdp/gssdp-client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgssdp/gssdp-client.c b/libgssdp/gssdp-client.c
index 3184387..16b9c94 100644
--- a/libgssdp/gssdp-client.c
+++ b/libgssdp/gssdp-client.c
@@ -1474,7 +1474,7 @@ query_ifindex (const char *iface_name)
 #if defined(HAVE_IFNAMETOINDEX)
         return if_nametoindex (iface_name);
 
-#elif defied(HAVE_SIOCGIFINDEX)
+#elif defined(HAVE_SIOCGIFINDEX)
         int fd;
         int result;
         struct ifreq ifr;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]