Fix sparse warnings.
[git.git] / cvs2git.c
index ab05908..8c50e67 100644 (file)
--- 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[] = {