Fix Android compile warning
authorCraig Robbins <kde.psych@gmail.com>
Thu, 12 Feb 2015 03:16:38 +0000 (13:16 +1000)
committerCraig Robbins <kde.psych@gmail.com>
Thu, 12 Feb 2015 03:16:38 +0000 (13:16 +1000)
src/log.cpp

index b3b3f3f1b03af6c17d3d3cd1e2b0f2fc1665fe10..85c827597eeae0fa10221a503a13dcc6c910a356 100644 (file)
@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "config.h"
 
 #ifdef __ANDROID__
-unsigned int android_log_level_mapping[] {
+unsigned int android_log_level_mapping[] {
                /* LMT_ERROR */   ANDROID_LOG_ERROR,
                /* LMT_ACTION */  ANDROID_LOG_WARN,
                /* LMT_INFO */    ANDROID_LOG_INFO,