From: Steve Holme Date: Sun, 4 Jan 2015 13:04:06 +0000 (+0000) Subject: ldap.c: Fixed compilation warning X-Git-Tag: curl-7_40_0~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29489545353defc776c22dc247155f699f174e31;p=curl ldap.c: Fixed compilation warning ldap.c:89: warning: extra tokens at end of #endif directive --- diff --git a/lib/ldap.c b/lib/ldap.c index ce586caf8..c1a347b08 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -86,7 +86,7 @@ typedef struct { TCHAR *lud_dn; #else char *lud_dn; -#endif; +#endif char **lud_attrs; int lud_scope; char *lud_filter;