Skip to content

Commit

Permalink
print prompt again after incorrect input
Browse files Browse the repository at this point in the history
  • Loading branch information
dey4ss committed Mar 11, 2024
1 parent 444f5bf commit 5cc6cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bm_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ yes_no(char *prompt)
default:
printf("Please answer 'yes' or 'no'.\n");
}
break;
}
}
}
Expand Down

0 comments on commit 5cc6cc1

Please sign in to comment.