Fix: had a semicolon too much (KJB)
This commit is contained in:
parent
fdc0e2efdb
commit
5edfb9eccf
|
@ -50,7 +50,7 @@ o_collect(register int c, register FILE *stream, char type,
|
||||||
|
|
||||||
if (c == '-' || c == '+') {
|
if (c == '-' || c == '+') {
|
||||||
*bufp++ = c;
|
*bufp++ = c;
|
||||||
if (--width);
|
if (--width)
|
||||||
c = getc(stream);
|
c = getc(stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue