mirror of https://github.com/MidnightCommander/mc
lib/strutil/strutil.c: remove trailing space.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7e61d298b8
commit
bdc5665531
|
@ -994,7 +994,7 @@ strrstr_skip_count (const char *haystack, const char *needle, size_t skip_count)
|
|||
*/
|
||||
|
||||
uintmax_t
|
||||
parse_integer (const char *str, gboolean * invalid)
|
||||
parse_integer (const char *str, gboolean * invalid)
|
||||
{
|
||||
uintmax_t n;
|
||||
char *suffix;
|
||||
|
|
Loading…
Reference in New Issue