aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c
index 29e075d..04682be 100644
--- a/cgit.c
+++ b/cgit.c
@@ -37,10 +37,10 @@ static struct cgit_filter *new_filter(const char *cmd, filter_type filtertype)
37 37
38 switch (filtertype) { 38 switch (filtertype) {
39 case SOURCE: 39 case SOURCE:
40 case ABOUT:
40 extra_args = 1; 41 extra_args = 1;
41 break; 42 break;
42 43
43 case ABOUT:
44 case COMMIT: 44 case COMMIT:
45 default: 45 default:
46 extra_args = 0; 46 extra_args = 0;