From: Steve Holme Date: Sun, 4 Jan 2015 16:11:08 +0000 (+0000) Subject: ldap.c: Fixed compilation warning X-Git-Tag: curl-7_40_0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9b50910e0762e193d9ea0b4e6f94957744d68f7;p=thirdparty%2Fcurl.git ldap.c: Fixed compilation warning ldap.c:98: warning: extra tokens at end of #endif directive --- diff --git a/lib/ldap.c b/lib/ldap.c index 70b9a1cac0..b34d27d61f 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -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