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; }