From 9b83503d9de3becd1be429253d499a142c00d0bb Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 11 Feb 2013 16:58:42 -0500 Subject: [PATCH] client: Another typo --- client/client_msgs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_msgs.cpp b/client/client_msgs.cpp index fffe1e97d4..c0c9555fd9 100644 --- a/client/client_msgs.cpp +++ b/client/client_msgs.cpp @@ -131,7 +131,7 @@ void show_message(PROJ_AM *p, char* msg, int priority, bool is_html, const char* ::OutputDebugString(evt_message); #endif #ifdef ANDROID // print message to Logcat - __android_log_print(ANDROID_LOG_INFO, "BOINC", evt_message) + __android_log_print(ANDROID_LOG_INFO, "BOINC", evt_message); #endif #endif