Commit 29489545 authored by Steve Holme's avatar Steve Holme
Browse files

ldap.c: Fixed compilation warning

ldap.c:89: warning: extra tokens at end of #endif directive
parent efb64fdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ typedef struct {
  TCHAR  *lud_dn;
#else
  char   *lud_dn;
#endif;
#endif
  char  **lud_attrs;
  int     lud_scope;
  char   *lud_filter;