]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-config.c
Merge branch 'maint'
[thirdparty/git.git] / builtin-config.c
index 0cf191a11294f902d25aeda29e7290f3ab78b482..91fdc4985d8e64fae12209174dd4aa2d887793e5 100644 (file)
@@ -145,7 +145,7 @@ free_strings:
        return ret;
 }
 
-char *normalize_value(const char *key, const char *value)
+static char *normalize_value(const char *key, const char *value)
 {
        char *normalized;