mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
Ticket #3119: fix format paragrap formatting.
(word_start): remove extra decrement. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7c7ed5ef0c
commit
736279aa8a
@ -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--;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user