Ticket #3119: fix format paragrap formatting.

(word_start): remove extra decrement.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-12-06 13:31:07 +04:00
parent 7c7ed5ef0c
commit 736279aa8a

View File

@ -316,7 +316,6 @@ word_start (unsigned char *t, off_t q, off_t size)
return (-1); return (-1);
if (c == ' ' || c == '\t') if (c == ' ' || c == '\t')
return i; return i;
i--;
} }
} }