Final revision

This commit is contained in:
pudepiedj 2023-10-03 14:45:31 +01:00
parent 2e3dad3a9c
commit b343833720
2 changed files with 1 additions and 1 deletions

View file

@ -127,7 +127,7 @@ int main(int argc, char ** argv) {
// load the prompts from an external file if there are any
if (params.prompt.empty()) {
printf("\n\033[32mNo new questions so proceed with build-in defaults.\033[0m");
printf("\n\033[32mNo new questions so proceed with build-in defaults.\033[0m\n");
} else {
// Output each line of the input params.prompts vector and copy to k_prompts
int index = 0;