Commit 37de7f71 authored by Matthieu Bouron's avatar Matthieu Bouron

lavc/ffjni: add missing '\n'

parent fb3228be
...@@ -85,7 +85,7 @@ JNIEnv *ff_jni_get_env(void *log_ctx) ...@@ -85,7 +85,7 @@ JNIEnv *ff_jni_get_env(void *log_ctx)
av_log(log_ctx, AV_LOG_ERROR, "The specified JNI version is not supported\n"); av_log(log_ctx, AV_LOG_ERROR, "The specified JNI version is not supported\n");
break; break;
default: default:
av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environment attached to this thread"); av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environment attached to this thread\n");
break; break;
} }
......
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