Skip to content

Commit

Permalink
drm_prime: fix newline in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cyph84 authored and Traneptora committed Jul 5, 2022
1 parent 659ab2f commit 80e29d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/out/opengl/hwdec_drmprime_drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 80e29d1

Please sign in to comment.