Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c18c02d7 authored by James Dong's avatar James Dong Committed by Android Git Automerger
Browse files

am 2432248b: am 4709c7fa: Merge "Fixed a copy and paste error" into gingerbread

Merge commit '2432248b'

* commit '2432248b':
  Fixed a copy and paste error
parents dd88d7e3 2432248b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ android_media_MediaRecorder_native_setup(JNIEnv *env, jobject thiz, jobject weak
        return;
    }
    if (mr->initCheck() != NO_ERROR) {
        jniThrowException(env, "java/lang/IOException", "Unable to initialize camera");
        jniThrowException(env, "java/lang/RuntimeException", "Unable to initialize media recorder");
        return;
    }