Browse Source

Update utils.c

Ray 1 tuần trước cách đây
mục cha
commit
d1768d387c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/utils.c

+ 1 - 2
src/utils.c

@@ -95,9 +95,8 @@ static int android_close(void *cookie);
 #endif
 
 //----------------------------------------------------------------------------------
-// Module Functions Definition - Utilities
+// Module Functions Definition
 //----------------------------------------------------------------------------------
-
 // Set the current threshold (minimum) log level
 void SetTraceLogLevel(int logType) { logTypeLevel = logType; }