Merge branch 'jx/clean-interactive'
[gitweb.git] / builtin / clean.c
index bf03acfe889e1ff729d22195e7fcbf3fdb8d5a8d..dba8387747b0fa5129b9270ce5140ba847a7a139 100644 (file)
@@ -912,7 +912,7 @@ int cmd_clean(int argc, const char **argv, const char *prefix)
                struct dir_entry *ent = dir.entries[i];
                int len, pos;
                int matches = 0;
-               struct cache_entry *ce;
+               const struct cache_entry *ce;
                struct stat st;
                const char *rel;