mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
intel: remove extra \n from warning string
(cherry picked from commit 42e9bde0fa)
This commit is contained in:
parent
d446d3acac
commit
39366ed995
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ intel_get_param(__DRIscreenPrivate *psp, int param, int *value)
|
|||
|
||||
ret = drmCommandWriteRead(psp->fd, DRM_I915_GETPARAM, &gp, sizeof(gp));
|
||||
if (ret) {
|
||||
_mesa_warning(NULL, "drm_i915_getparam: %d\n", ret);
|
||||
_mesa_warning(NULL, "drm_i915_getparam: %d", ret);
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue