X-Git-Url: http://rtime.felk.cvut.cz/gitweb/git.git/blobdiff_plain/8499da04766e46f50872b615a9972da53209253a..HEAD:/utf8.c diff --git a/utf8.c b/utf8.c index 6db9cd9a0..84cfc72e6 100644 --- a/utf8.c +++ b/utf8.c @@ -163,7 +163,7 @@ static int git_wcwidth(ucs_char_t ch) * If the string was not a valid UTF-8, *start pointer is set to NULL * and the return value is undefined. */ -ucs_char_t pick_one_utf8_char(const char **start, size_t *remainder_p) +static ucs_char_t pick_one_utf8_char(const char **start, size_t *remainder_p) { unsigned char *s = (unsigned char *)*start; ucs_char_t ch;