From 24aae128b945e3d2f850c46844b4d577ceeae035 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 15 Mar 2026 15:33:52 +0100 Subject: [PATCH] changed description --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 5c98f30..5ad37d4 100644 --- a/main.c +++ b/main.c @@ -68,7 +68,7 @@ int main(void) { total_jiffies_idle = current_total_jiffies_idle; fseek(out_file, 0, SEEK_SET); - fprintf(out_file, "Custom CPU: %.02f", utilization * 100); + fprintf(out_file, "%.02f", utilization * 100); fflush(out_file); }