X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=help.c;h=8217d97787b2ba38a5327c1204797044b2b4cd72;hb=b63e99500137c913bd801a2f22b6cf88c63b95c5;hp=855aeef92f00689fd7b283c42e42b90df42f897e;hpb=3e4bb087a18435b12eb82116e93af2887578e816;p=git.git diff --git a/help.c b/help.c index 855aeef92..8217d9778 100644 --- a/help.c +++ b/help.c @@ -79,7 +79,8 @@ static void uniq(struct cmdnames *cmds) cmds->cnt = j; } -static void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) { +static void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) +{ int ci, cj, ei; int cmp;