Skip to content

Commit 66efaaa

Browse files
committedFeb 12, 2015
Fix Android compile warning
1 parent 704453f commit 66efaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/log.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3030
#include "config.h"
3131

3232
#ifdef __ANDROID__
33-
unsigned int android_log_level_mapping[] {
33+
unsigned int android_log_level_mapping[] = {
3434
/* LMT_ERROR */ ANDROID_LOG_ERROR,
3535
/* LMT_ACTION */ ANDROID_LOG_WARN,
3636
/* LMT_INFO */ ANDROID_LOG_INFO,

0 commit comments

Comments
 (0)
Please sign in to comment.