From 29489545353defc776c22dc247155f699f174e31 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 4 Jan 2015 13:04:06 +0000 Subject: ldap.c: Fixed compilation warning ldap.c:89: warning: extra tokens at end of #endif directive --- lib/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3