X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/03de473354dc8c17a3b23a973b5cc67752ad20cb..978ce8c00c0d3117f6470a77b08aa0f97984604f:/cmd.c diff --git a/cmd.c b/cmd.c index 20c80b0..c991092 100644 --- a/cmd.c +++ b/cmd.c @@ -142,7 +142,7 @@ static void tree_fn(void) } #define def_cmd(name, want_repo, want_vpath, is_clone) \ - {#name, name##_fn, NULL, want_repo, want_vpath, is_clone} + {#name, name##_fn, want_repo, want_vpath, is_clone} struct cgit_cmd *cgit_get_cmd(void) {