This function is not used by any other file. Signed-off-by: Nanako Shiraishi <nanako3@xxxxxxxxxxx> --- parse-options.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/parse-options.c b/parse-options.c index 2fd5edb..987b015 100644 --- 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; -- 1.5.6.3 -- Nanako Shiraishi http://ivory.ap.teacup.com/nanako3/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html