summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vox.c b/src/vox.c
index 9f6382e..03ef796 100644
--- a/src/vox.c
+++ b/src/vox.c
@@ -479,7 +479,7 @@ int xas_vox_sayf(xas_vox *vox, const char *format, ...) {
}
int xas_vox_say(xas_vox *vox, const char *message) {
- return xas_vox_sayf(vox, "%s", message);
+ return xas_vox_sayf(vox, "%s\n", message);
}
xas_audio_stream *xas_vox_stream_new(xas_vox *vox) {