From: Hallvard Furuseth Date: Fri, 13 Nov 1998 03:06:54 +0000 (+0000) Subject: Removed space in front of `#endif'; `make depend' did not like it. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1122 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4ed85bbbb4e5a905a560a21718f8d3247f1597be;p=openldap Removed space in front of `#endif'; `make depend' did not like it. --- 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