mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
ldap.c: Fixed compilation warning
ldap.c:89: warning: extra tokens at end of #endif directive
This commit is contained in:
parent
efb64fdf80
commit
2948954535
@ -86,7 +86,7 @@ typedef struct {
|
|||||||
TCHAR *lud_dn;
|
TCHAR *lud_dn;
|
||||||
#else
|
#else
|
||||||
char *lud_dn;
|
char *lud_dn;
|
||||||
#endif;
|
#endif
|
||||||
char **lud_attrs;
|
char **lud_attrs;
|
||||||
int lud_scope;
|
int lud_scope;
|
||||||
char *lud_filter;
|
char *lud_filter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user