]> granicus.if.org Git - curl/commitdiff
ldap.c: Fixed compilation warning
authorSteve Holme <steve_holme@hotmail.com>
Sun, 4 Jan 2015 16:11:08 +0000 (16:11 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 4 Jan 2015 16:11:08 +0000 (16:11 +0000)
ldap.c:98: warning: extra tokens at end of #endif directive

lib/ldap.c

index 70b9a1cac09a16c1658f6054d138607866595d98..b34d27d61f3c4ad27e484517561bd0ae63e77cdf 100644 (file)
@@ -95,7 +95,7 @@ typedef struct {
   TCHAR  *lud_filter;
 #else
   char   *lud_filter;
-#endif;
+#endif
   char  **lud_exts;
   size_t    lud_attrs_dups; /* how many were dup'ed, this field is not in the
                                "real" struct so can only be used in code