remove unnecessary argument to printf (line 64)

This commit is contained in:
randomuser 2021-06-11 00:32:02 -05:00
parent 99988c922f
commit 850cdcc525
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ void timerloop() {
} }
getchar(); getchar();
/* TODO: stop relying on hard assumptions */ /* 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); c = timerdisp(t);
if(s.e) { if(s.e) {