fix the build error 89/57089/1 accepted/tizen/mobile/20160118.043850 accepted/tizen/tv/20160118.043915 accepted/tizen/wearable/20160118.043940 submit/tizen/20160118.010711
authorWonnam Jang <wn.jang@samsung.com>
Fri, 15 Jan 2016 05:56:15 +0000 (14:56 +0900)
committerWonnam Jang <wn.jang@samsung.com>
Fri, 15 Jan 2016 05:56:15 +0000 (14:56 +0900)
Change-Id: Ia77d1c51107871f79094a0d42ae4571ca7524f13
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
client/stt_file.c

index d67f247..0d3371a 100644 (file)
@@ -857,7 +857,7 @@ int stt_file_start(const char* language, const char* type, const char* filepath,
        }
 
        SLOG(LOG_DEBUG, TAG_STTFC, "[START Info] Engine(%d) Lang(%s) Type(%s) Filepath(%s) Audio(%d) Sample rate(%d)",
-                , client->current_engine_id, language, type, filepath, audio_type, sample_rate);
+               client->current_engine_id, language, type, filepath, audio_type, sample_rate);
 
        int ret = -1;
        ret = stt_engine_recognize_start_file(client->current_engine_id, language, type, filepath, audio_type, sample_rate, NULL);