From b343833720f5c5faa8b064d323fe7920c84610ac Mon Sep 17 00:00:00 2001 From: pudepiedj Date: Tue, 3 Oct 2023 14:45:31 +0100 Subject: [PATCH] Final revision --- examples/parallel/parallel.cpp | 2 +- prompts/{parallel_questions.txt => parallel-questions.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename prompts/{parallel_questions.txt => parallel-questions.txt} (100%) diff --git a/examples/parallel/parallel.cpp b/examples/parallel/parallel.cpp index e891be7da..107a26ff6 100644 --- a/examples/parallel/parallel.cpp +++ b/examples/parallel/parallel.cpp @@ -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; diff --git a/prompts/parallel_questions.txt b/prompts/parallel-questions.txt similarity index 100% rename from prompts/parallel_questions.txt rename to prompts/parallel-questions.txt