summaryrefslogtreecommitdiff
path: root/aoview/aoview_voice.c
diff options
context:
space:
mode:
Diffstat (limited to 'aoview/aoview_voice.c')
-rw-r--r--aoview/aoview_voice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/aoview/aoview_voice.c b/aoview/aoview_voice.c
index f7c099b1..24422df6 100644
--- a/aoview/aoview_voice.c
+++ b/aoview/aoview_voice.c
@@ -24,6 +24,8 @@ FILE *aoview_flite;
void aoview_voice_open(void)
{
+ int err;
+
if (!aoview_flite)
aoview_flite = aoview_flite_start();
}