changed description

This commit is contained in:
Linus Vogel 2026-03-15 15:33:52 +01:00
parent 0afc6286e7
commit 24aae128b9

2
main.c
View File

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