summaryrefslogtreecommitdiff
path: root/navit/speech/espeak/speak.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/speech/espeak/speak.c')
-rw-r--r--navit/speech/espeak/speak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/speech/espeak/speak.c b/navit/speech/espeak/speak.c
index 523679b38..329a05d01 100644
--- a/navit/speech/espeak/speak.c
+++ b/navit/speech/espeak/speak.c
@@ -514,5 +514,5 @@ espeak_new(struct speech_methods *meth, struct attr **attrs, struct attr *parent
void
plugin_init(void)
{
- plugin_register_speech_type("espeak", espeak_new);
+ plugin_register_category_speech("espeak", espeak_new);
}