From 850cdcc525c1edab18849ea9085aa00f500f1a78 Mon Sep 17 00:00:00 2001 From: randomuser Date: Fri, 11 Jun 2021 00:32:02 -0500 Subject: [PATCH] remove unnecessary argument to printf (line 64) --- progs/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/timer.c b/progs/timer.c index e79508e..be7bd23 100644 --- a/progs/timer.c +++ b/progs/timer.c @@ -61,7 +61,7 @@ void timerloop() { } getchar(); /* TODO: stop relying on hard assumptions */ - if(s.e) printf("\r\e[1A \r", c); + if(s.e) printf("\r\e[1A \r"); } c = timerdisp(t); if(s.e) {