summaryrefslogtreecommitdiff
path: root/navit/speech
diff options
context:
space:
mode:
Diffstat (limited to 'navit/speech')
-rw-r--r--navit/speech/dbus/CMakeLists.txt2
-rw-r--r--navit/speech/iphone/speech_iphone.m4
2 files changed, 3 insertions, 3 deletions
diff --git a/navit/speech/dbus/CMakeLists.txt b/navit/speech/dbus/CMakeLists.txt
index 87413018a..c2e32eb8c 100644
--- a/navit/speech/dbus/CMakeLists.txt
+++ b/navit/speech/dbus/CMakeLists.txt
@@ -1 +1 @@
-module_add_library(speech_dbus speech_dbus.c)
+module_add_library(speech_dbus speech_dbus.c)
diff --git a/navit/speech/iphone/speech_iphone.m b/navit/speech/iphone/speech_iphone.m
index 854ae097b..571f6784b 100644
--- a/navit/speech/iphone/speech_iphone.m
+++ b/navit/speech/iphone/speech_iphone.m
@@ -30,7 +30,7 @@ struct speech_priv {
VSSpeechSynthesizer *speech;
};
-static int
+static int
speech_iphone_say(struct speech_priv *this, const char *text)
{
dbg(0,"enter %s",text);
@@ -41,7 +41,7 @@ speech_iphone_say(struct speech_priv *this, const char *text)
return 1;
}
-static void
+static void
speech_iphone_destroy(struct speech_priv *this)
{
[this->speech release];