scan-tree: make some variables 'static' These are not used outside this file and are not declared. Signed-off-by: John Keeping <john@keeping.me.uk>
John Keeping john@keeping.me.uk
Sun, 08 Mar 2015 16:32:18 +0000
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
scan-tree.c
→
scan-tree.c
@@ -45,8 +45,8 @@ strbuf_release(&pathbuf);
return result; } -struct cgit_repo *repo; -repo_config_fn config_fn; +static struct cgit_repo *repo; +static repo_config_fn config_fn; static void repo_config(const char *name, const char *value) {