1 parent f17a1c7 commit eb35448Copy full SHA for eb35448
1 file changed
src/chsrc-main.c
@@ -761,7 +761,7 @@ main (int argc, char const *argv[])
761
else if ( xy_streql (command, "reset")
762
|| xy_streql (command, "rest")
763
|| xy_streql (command, "r"))
764
- {
+ {
765
if (argc < cli_arg_Target_pos)
766
{
767
char *msg = ENGLISH ? "Please provide the target name you want to reset the source. " MSG_EN_USE_LIST_TARGETS
0 commit comments