Commit 89862cd7 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/ffjni: Fix ;;

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent b60dfae7
......@@ -192,7 +192,7 @@ char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx)
if ((*env)->ExceptionCheck(env)) {
(*env)->ExceptionClear(env);
av_log(log_ctx, AV_LOG_ERROR, "String.releaseStringUTFChars() threw an exception\n");
return NULL;;
return NULL;
}
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment