diff options
Diffstat (limited to 'src/n_speak.c')
-rw-r--r-- | src/n_speak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/n_speak.c b/src/n_speak.c index 0146e82..a1266c7 100644 --- a/src/n_speak.c +++ b/src/n_speak.c @@ -13,7 +13,7 @@ #include <jo_n_speak.h> void -jo_n_speak(const char *msg) +n_speak(const char *msg) { espeak_ERROR err; int32_t samplerate; |