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
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ typedef struct {
TCHAR *lud_dn;
#else
char *lud_dn;
#endif;
#endif
char **lud_attrs;
int lud_scope;
char *lud_filter;