drm_prime: fix newline in error message

This commit is contained in:
Ho Ming Shun 2022-06-30 14:04:08 +08:00 committed by Leo Izen
parent 659ab2f946
commit 80e29d1851
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}