diff options
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ static void tree_fn(void) | |||
142 | } | 142 | } |
143 | 143 | ||
144 | #define def_cmd(name, want_repo, want_vpath, is_clone) \ | 144 | #define def_cmd(name, want_repo, want_vpath, is_clone) \ |
145 | {#name, name##_fn, NULL, want_repo, want_vpath, is_clone} | 145 | {#name, name##_fn, want_repo, want_vpath, is_clone} |
146 | 146 | ||
147 | struct cgit_cmd *cgit_get_cmd(void) | 147 | struct cgit_cmd *cgit_get_cmd(void) |
148 | { | 148 | { |