Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-tree: remove unnecessary call of git_extract_argv0_path
[gitweb.git]
/
pretty.c
diff --git
a/pretty.c
b/pretty.c
index 8f5bd1ab7f119715564fb13cb74de3937d1a3774..9001379a9dd93818e962ae73cdf85dc178804256 100644
(file)
--- 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';
}