Code

git svn: make minimize URL more reliable over http(s)
[git.git] / parse-options.c
index 34282adde5a2fd8ebb1413aee6742633b9656db7..f7ce523a615b121b8a0825e459c1b75f24253c85 100644 (file)
@@ -478,7 +478,7 @@ static int usage_argh(const struct option *opts)
 #define USAGE_OPTS_WIDTH 24
 #define USAGE_GAP         2
 
-int usage_with_options_internal(const char * const *usagestr,
+static int usage_with_options_internal(const char * const *usagestr,
                                const struct option *opts, int full)
 {
        if (!usagestr)