From 4ed85bbbb4e5a905a560a21718f8d3247f1597be Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Fri, 13 Nov 1998 03:06:54 +0000 Subject: [PATCH] Removed space in front of `#endif'; `make depend' did not like it. --- libraries/libldap/ldap-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index 64f4e7f913..adb8b347df 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -262,7 +262,7 @@ int ldap_t61_to_8859( char **bufp, unsigned long *buflenp, int free_input ); extern int ldap_8859_to_t61( char **bufp, unsigned long *buflenp, int free_input ); #endif /* LDAP_CHARSET_8859 == LDAP_DEFAULT_CHARSET */ - #endif /* STR_TRANSLATION && LDAP_DEFAULT_CHARSET */ +#endif /* STR_TRANSLATION && LDAP_DEFAULT_CHARSET */ LDAP_END_DECL -- 2.39.5