From: Seungbae Shin Date: Fri, 27 Mar 2020 07:23:26 +0000 (+0900) Subject: fixup! Fix mismatching function prototype X-Git-Tag: accepted/tizen/unified/20200402.155346^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F229033%2F1;p=platform%2Fcore%2Fmultimedia%2Flibmm-sound.git fixup! Fix mismatching function prototype Change-Id: Id158547ac10b3ceeabc8473ce10986d7c0d484fe --- diff --git a/server/plugin/tone/mm_sound_plugin_codec_tone.c b/server/plugin/tone/mm_sound_plugin_codec_tone.c index a8f0d50..e5c08ba 100644 --- a/server/plugin/tone/mm_sound_plugin_codec_tone.c +++ b/server/plugin/tone/mm_sound_plugin_codec_tone.c @@ -1155,7 +1155,7 @@ exit: pthread_mutex_unlock(&toneInfo->mutex); if (toneInfo->stop_cb) - toneInfo->stop_cb(toneInfo->cb_param, false); + toneInfo->stop_cb(toneInfo->cb_param, toneInfo->thread_state == THREAD_STATE_STOP); debug_leave(); }