diff options
| -rw-r--r-- | src/vox.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -268,7 +268,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, "%\n", message); +    return xas_vox_sayf(vox, "%s\n", message);  }  xas_audio_stream *xas_vox_stream_new(xas_vox *vox) { | 
 
    