From 6da4016aea2dc5bf311fea160bd8ef96ca82b999 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 3 Jul 2005 10:10:45 -0700 Subject: Fix sparse warnings. Mainly making a lot of local functions and variables be marked "static", but there was a "zero as NULL" warning in there too. --- cvs2git.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cvs2git.c') diff --git a/cvs2git.c b/cvs2git.c index ab0590872e..8c50e67d52 100644 --- a/cvs2git.c +++ b/cvs2git.c @@ -206,7 +206,7 @@ static void update_file(char *line) printf("git-update-cache --add -- '%s'\n", name); } -struct hdrentry { +static struct hdrentry { const char *name; char *dest; } hdrs[] = { -- cgit v1.3-5-g9baa