diff --git a/video/out/opengl/hwdec_drmprime_drm.c b/video/out/opengl/hwdec_drmprime_drm.c index 66d3497807d43..88b20491f7a95 100644 --- a/video/out/opengl/hwdec_drmprime_drm.c +++ b/video/out/opengl/hwdec_drmprime_drm.c @@ -159,7 +159,7 @@ static int overlay_frame(struct ra_hwdec *hw, struct mp_image *hw_image, if (drm_params->atomic_request_ptr) { request = *drm_params->atomic_request_ptr; } else { - MP_ERR(hw, "drm params pointer to atomic request is invalid"); + MP_ERR(hw, "drm params pointer to atomic request is invalid\n"); return -1; } }