From f0383c6f8deca2a400ea4881e730a0016240144a Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:45:33 +0800 Subject: [PATCH] added newline --- otherarch/tts_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherarch/tts_adapter.cpp b/otherarch/tts_adapter.cpp index b8514aef1..2c600d074 100644 --- a/otherarch/tts_adapter.cpp +++ b/otherarch/tts_adapter.cpp @@ -569,7 +569,7 @@ tts_generation_outputs ttstype_generate(const tts_generation_inputs inputs) { if(ttsdebugmode==1 || !inputs.quiet) { - printf("\nReusing Cached Audio."); + printf("\nReusing Cached Audio.\n"); output.data = last_generated_audio.c_str(); output.status = 1; return output;