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