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 1aebcf318..593e1677b 100644
--- a/navit/speech/espeak/speak.c
+++ b/navit/speech/espeak/speak.c
@@ -68,7 +68,7 @@ int GetFileLength(const char *filename) {
return(statbuf.st_size);
}
-void MarkerEvent(int type, unsigned int char_position, int value, int value2, unsigned char *out_ptr){
+void MarkerEvent(int type, unsigned int char_position, int value, int value2, unsigned char *out_ptr) {
}
char *Alloc(int size) {