Make git-fsck-cache check HEAD integrity
[gitweb.git] / cvs2git.c
index ab0590872e113531aba897e587a08a8dbacf84d9..8c50e67d52399847d2dff77910872507b9fba305 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[] = {