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

lib/ldap.c

index ce586caf8da8f3b4745c88f0b1629d4a1cf7481e..c1a347b0824bfba7e32918b897676cacd1d16ed2 100644 (file)
@@ -86,7 +86,7 @@ typedef struct {
   TCHAR  *lud_dn;
 #else
   char   *lud_dn;
-#endif;
+#endif
   char  **lud_attrs;
   int     lud_scope;
   char   *lud_filter;