Fix: had a semicolon too much (KJB)

This commit is contained in:
ceriel 1995-04-18 13:56:20 +00:00
parent fdc0e2efdb
commit 5edfb9eccf

View file

@ -50,7 +50,7 @@ o_collect(register int c, register FILE *stream, char type,
if (c == '-' || c == '+') {
*bufp++ = c;
if (--width);
if (--width)
c = getc(stream);
}