ldap.c: Fixed compilation warning

ldap.c:98: warning: extra tokens at end of #endif directive
This commit is contained in:
Steve Holme 2015-01-04 16:11:08 +00:00
parent 84143dc57d
commit f9b50910e0
1 changed files with 1 additions and 1 deletions

View File

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