Skip to content

Commit

Permalink
Fix the return type of cmd_prune.
Browse files Browse the repository at this point in the history
(via omar-polo, pull request adrianlopezroche#170)
  • Loading branch information
adrianlopezroche committed Sep 9, 2022
1 parent d3d86fa commit cf358be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ncurses-commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -941,5 +941,5 @@ int cmd_prune(struct filegroup *groups, int groupcount, wchar_t *commandargument
*topline = 0;
}

cmd_clear_all_selections(groups, *totalgroups, commandarguments, 0);
}
return cmd_clear_all_selections(groups, *totalgroups, commandarguments, 0);
}

0 comments on commit cf358be

Please sign in to comment.