X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pretty.c;h=d493cade26890d3e16ea072ced8e0f95679f5670;hb=750ef42516bb343a7755f003720e43cd8dd64c3e;hp=b2ee7fe9de2830dbc276b49d54a18d1130b751a2;hpb=c214f2c80c70c2a3803bf1f3efc323cee5496024;p=git.git diff --git a/pretty.c b/pretty.c index b2ee7fe9d..d493cade2 100644 --- a/pretty.c +++ b/pretty.c @@ -83,7 +83,7 @@ static int get_one_line(const char *msg) } /* High bit set, or ISO-2022-INT */ -int non_ascii(int ch) +static int non_ascii(int ch) { return !isascii(ch) || ch == '\033'; }