From d1768d387c000ec6688348ba0b13c1ca6398d8dd Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 3 Sep 2025 13:37:08 +0200 Subject: [PATCH] Update utils.c --- src/utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils.c b/src/utils.c index 310ebfc78..971ed5b6e 100644 --- a/src/utils.c +++ b/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; }