diff options
Diffstat (limited to 'shared.c')
-rw-r--r-- | shared.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,7 +59,8 @@ int htmlfd = 0; | |||
59 | 59 | ||
60 | int cgit_get_cmd_index(const char *cmd) | 60 | int cgit_get_cmd_index(const char *cmd) |
61 | { | 61 | { |
62 | static char *cmds[] = {"log", "commit", "diff", "tree", "view", "blob", "snapshot", NULL}; | 62 | static char *cmds[] = {"log", "commit", "diff", "tree", "blob", |
63 | "snapshot", NULL}; | ||
63 | int i; | 64 | int i; |
64 | 65 | ||
65 | for(i = 0; cmds[i]; i++) | 66 | for(i = 0; cmds[i]; i++) |