[evolution-data-server] Remove trailing "*/" left by error



commit fd3af7642e9aa8d1b0dea4ce1e594897011605b1
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Mon Jun 15 11:28:22 2009 +0200

    Remove trailing "*/" left by error

 addressbook/backends/ldap/e-book-backend-ldap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/backends/ldap/e-book-backend-ldap.c b/addressbook/backends/ldap/e-book-backend-ldap.c
index 1914e8b..74f60b6 100644
--- a/addressbook/backends/ldap/e-book-backend-ldap.c
+++ b/addressbook/backends/ldap/e-book-backend-ldap.c
@@ -919,7 +919,7 @@ e_book_backend_ldap_connect (EBookBackendLDAP *bl)
 					ldap_set_option(blpriv->ldap, LDAP_OPT_RECONNECT, LDAP_OPT_ON );
 				}
 #else
-#ifdef _WIN32 */
+#ifdef _WIN32
 				typedef ULONG (*PFN_ldap_start_tls_s)(PLDAP,PLDAPControl*,PLDAPControl*);
 				PFN_ldap_start_tls_s pldap_start_tls_s =
 				(PFN_ldap_start_tls_s) GetProcAddress (GetModuleHandle ("wldap32.dll"), "ldap_start_tls_s");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]