1
0
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:
Steve Holme 2015-01-04 13:04:06 +00:00
parent efb64fdf80
commit 2948954535

View File

@ -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;