Browse code

avcodec/ffjni: Fix ;;

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Michael Niedermayer authored on 2016/03/09 11:44:25
Showing 1 changed files
... ...
@@ -192,7 +192,7 @@ char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx)
192 192
     if ((*env)->ExceptionCheck(env)) {
193 193
         (*env)->ExceptionClear(env);
194 194
         av_log(log_ctx, AV_LOG_ERROR, "String.releaseStringUTFChars() threw an exception\n");
195
-        return NULL;;
195
+        return NULL;
196 196
     }
197 197
 
198 198
     return ret;