am e5fe7f3f: Merge "Fix android_media_AudioSystem_getMasterMute return type."

* commit 'e5fe7f3f4069b176a0465617dceb630a52b710c0':
  Fix android_media_AudioSystem_getMasterMute return type.
This commit is contained in:
Vladimir Marko
2014-10-29 21:57:16 +00:00
committed by Android Git Automerger

View File

@@ -390,7 +390,7 @@ android_media_AudioSystem_setMasterMute(JNIEnv *env, jobject thiz, jboolean mute
return (jint) check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
}
static jfloat
static jboolean
android_media_AudioSystem_getMasterMute(JNIEnv *env, jobject thiz)
{
bool mute;