[gssdp] gssdp-client: Fix preprocessor syntax



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]