summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 6e59cde90e..826b02d6e5 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -610,8 +610,7 @@ int talk_spell(const char* spell, bool enqueue)
610 else if (c == '+') 610 else if (c == '+')
611 talk_id(VOICE_PLUS, true); 611 talk_id(VOICE_PLUS, true);
612 else if (c == '.') 612 else if (c == '.')
613 talk_id(VOICE_POINT, true); 613 talk_id(VOICE_DOT, true);
614 /* fixme: change to VOICE_DOT when settled in the voice files */
615 else if (c == ' ') 614 else if (c == ' ')
616 talk_id(VOICE_PAUSE, true); 615 talk_id(VOICE_PAUSE, true);
617 } 616 }