aboutsummaryrefslogtreecommitdiff
path: root/cvs2git.c
diff options
context:
space:
mode:
Diffstat (limited to 'cvs2git.c')
-rw-r--r--cvs2git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvs2git.c b/cvs2git.c
index ab0590872..8c50e67d5 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[] = {