MinGW: implement mmap
[gitweb.git] / builtin-add.c
index a23ad967737cc3473e28a954f5b2125b6aad794f..7ddb65932dd6ae11589c5063335b857ecd3298d9 100644 (file)
@@ -15,7 +15,7 @@ static const char * const builtin_add_usage[] = {
        "git add [options] [--] <filepattern>...",
        NULL
 };
-static int patch_interactive = 0, add_interactive = 0;
+static int patch_interactive, add_interactive;
 static int take_worktree_changes;
 
 static void fill_pathspec_matches(const char **pathspec, char *seen, int specs)