Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Android compile warning
  • Loading branch information
Zeno- committed Feb 12, 2015
1 parent 704453f commit 66efaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit 66efaaa

Please sign in to comment.