Parcourir la source

Merge branch 'master' of https://github.com/ithewei/hw

ithewei il y a 6 ans
Parent
commit
3052481f55
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      hlog.h

+ 1 - 1
hlog.h

@@ -54,7 +54,7 @@ int     hlog_printf(int level, const char* fmt, ...);
 #define hloge(fmt, ...) hlog_printf(LOG_LEVEL_ERROR, fmt " [%s:%d:%s]", ## __VA_ARGS__, __FILE__, __LINE__, __FUNCTION__)
 #define hlogf(fmt, ...) hlog_printf(LOG_LEVEL_FATAL, fmt " [%s:%d:%s]", ## __VA_ARGS__, __FILE__, __LINE__, __FUNCTION__)
 
-// blew for android
+// below for android
 #include "hplatform.h"
 #ifdef OS_ANDROID
 #include <android/log.h>