From 89862cd73401ecf1f984f93e492bf4068bc001c3 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 9 Mar 2016 03:44:25 +0100 Subject: avcodec/ffjni: Fix ;; Signed-off-by: Michael Niedermayer --- libavcodec/ffjni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/ffjni.c b/libavcodec/ffjni.c index a1fbb0a6e8..19a4475d90 100644 --- a/libavcodec/ffjni.c +++ b/libavcodec/ffjni.c @@ -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; -- cgit v1.2.3