mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:57:17 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ typedef struct {
|
|||
TCHAR *lud_dn;
|
||||
#else
|
||||
char *lud_dn;
|
||||
#endif;
|
||||
#endif
|
||||
char **lud_attrs;
|
||||
int lud_scope;
|
||||
char *lud_filter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue