projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2a1cc
)
parse-options.c: make check_typos() static
author
Nanako Shiraishi
<nanako3@lavabit.com>
Wed, 16 Jul 2008 10:42:18 +0000
(19:42 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 16 Jul 2008 15:50:36 +0000
(08:50 -0700)
This function is not used by any other file.
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.c
patch
|
blob
|
history
diff --git
a/parse-options.c
b/parse-options.c
index 2fd5edbf53546ac449a077439aa59ca5dd992274..987b0157192b9fe4c7451d94f5948bdbd7f524bb 100644
(file)
--- a/
parse-options.c
+++ b/
parse-options.c
@@
-214,7
+214,7
@@
is_abbreviated:
return -2;
}
-void check_typos(const char *arg, const struct option *options)
+
static
void check_typos(const char *arg, const struct option *options)
{
if (strlen(arg) < 3)
return;