mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
drm_prime: fix newline in error message
This commit is contained in:
parent
659ab2f946
commit
80e29d1851
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user