diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |