summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-01-04 16:11:08 +0000
committerSteve Holme <steve_holme@hotmail.com>2015-01-04 16:11:08 +0000
commitf9b50910e0762e193d9ea0b4e6f94957744d68f7 (patch)
treefc67ee91b701934de1cf2b31ae106cbc42353d94
parent84143dc57d8532b65dcac3aa0e144e0bf81843d2 (diff)
downloadgnurl-f9b50910e0762e193d9ea0b4e6f94957744d68f7.tar.gz
gnurl-f9b50910e0762e193d9ea0b4e6f94957744d68f7.tar.bz2
gnurl-f9b50910e0762e193d9ea0b4e6f94957744d68f7.zip
ldap.c: Fixed compilation warning
ldap.c:98: warning: extra tokens at end of #endif directive
-rw-r--r--lib/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 70b9a1cac..b34d27d61 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