mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
ldap.c: Fixed compilation warning
ldap.c:98: warning: extra tokens at end of #endif directive
This commit is contained in:
parent
84143dc57d
commit
f9b50910e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user