Skip to content
Snippets Groups Projects
Commit 89862cd7 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec/ffjni: Fix ;;

parent b60dfae7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment