remove unnecessary argument to printf (line 64)
This commit is contained in:
parent
99988c922f
commit
850cdcc525
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue