]> git.sur5r.net Git - openldap/commitdiff
Removed space in front of `#endif'; `make depend' did not like it.
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 13 Nov 1998 03:06:54 +0000 (03:06 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 13 Nov 1998 03:06:54 +0000 (03:06 +0000)
libraries/libldap/ldap-int.h

index 64f4e7f913e77a6f77c00ffdf3b931cd00bd98cf..adb8b347dfa615f61824cb63fd67e73c312c795d 100644 (file)
@@ -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