[evolution-mapi] Typo. Fixes build break.



commit 232f6a9979a76da53d91eceefeedc5ddec9b91e9
Author: Paul Smith <paul mad-scientist net>
Date:   Fri Dec 11 09:09:34 2009 +0530

    Typo. Fixes build break.

 src/libexchangemapi/exchange-mapi-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libexchangemapi/exchange-mapi-connection.c b/src/libexchangemapi/exchange-mapi-connection.c
index c7ce8f8..76ad8b9 100644
--- a/src/libexchangemapi/exchange-mapi-connection.c
+++ b/src/libexchangemapi/exchange-mapi-connection.c
@@ -3107,7 +3107,7 @@ exchange_mapi_create_profile (const char *username, const char *password, const
 	d(g_print("MapiLogonProvider : succeeded \n"));
 
 	retval = ProcessNetworkProfile(session, username, callback, data); 
-	If (retval != MAPI_E_SUCCESS) {
+	if (retval != MAPI_E_SUCCESS) {
 		manage_mapi_error ("ProcessNetworkProfile", GetLastError(), error_msg);
 		g_debug ("Deleting profile %s ", profname); 
 		DeleteProfile(profname); 



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