commit | 186458b11b090835fa793bcdbf6b5552b053276c | [log] [tgz] |
---|---|---|
author | Stephan Beyer <s-beyer@gmx.net> | Thu Jul 24 01:09:35 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jul 23 18:38:14 2008 -0700 |
tree | 5e1fa9156b954b0c05c1d0963c6db91a2d347d67 | |
parent | 0c4cd7f4a7aae5527560090aad7ef8dae85f1264 [diff] [blame] |
Make non-static functions, that may be static, static Signed-off-by: Stephan Beyer <s-beyer@gmx.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/builtin-config.c b/builtin-config.c index 0cf191a..91fdc49 100644 --- a/builtin-config.c +++ b/builtin-config.c
@@ -145,7 +145,7 @@ return ret; } -char *normalize_value(const char *key, const char *value) +static char *normalize_value(const char *key, const char *value) { char *normalized;