From ef8996d35f067e073ccebb11159f70e1458b3ca3 Mon Sep 17 00:00:00 2001 From: inhyeok Date: Mon, 17 Aug 2015 09:23:24 +0900 Subject: [PATCH] Modify typo [Version] Release 0.1.4 [Profile] Common [Issue Type] Fix bugs Change-Id: I2efccdce617db2417cf026998fc070226713efa0 Signed-off-by: inhyeok --- src/tone_player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tone_player.c b/src/tone_player.c index ccbbfb7..99d3bd6 100755 --- a/src/tone_player.c +++ b/src/tone_player.c @@ -81,7 +81,7 @@ int tone_player_start_with_stream_info(tone_type_e tone, sound_stream_info_h str ret = sound_manager_is_available_stream_information(stream_info, NATIVE_API_TONE_PLAYER, &result); if ( !result ) - return __convert_wav_player_error_code(__func__, TONE_PLAYER_ERROR_NOT_SUPPORTED_TYPE); + return __convert_tone_player_error_code(__func__, TONE_PLAYER_ERROR_NOT_SUPPORTED_TYPE); ret = sound_manager_get_type_from_stream_information(stream_info, &stream_type); if( ret ) -- 2.7.4