Skip to content

Commit

Permalink
lib/strutil/strutil.c: remove trailing space.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
  • Loading branch information
aborodin committed Aug 12, 2023
1 parent 7e61d29 commit bdc5665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strutil/strutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bdc5665

Please sign in to comment.