client: Another typo

This commit is contained in:
Rom Walton 2013-02-11 16:58:42 -05:00 committed by Oliver Bock
parent e695df9f6e
commit 9b83503d9d
1 changed files with 1 additions and 1 deletions

View File

@ -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