mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-07 13:29:55 -05:00
Add missing newline in gears error message
This commit is contained in:
parent
8a457e3e9f
commit
1926ebab73
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ allocate_buffer(struct gears *gears)
|
|||
image = display_get_image_for_drm_surface(gears->display,
|
||||
gears->surface[gears->current]);
|
||||
#else /* XXX: hack to make Wayland compile, even if this example doesn't run */
|
||||
die("gears cannot allocate buffer: it was compiled without cairo-gl");
|
||||
die("gears cannot allocate buffer: it was compiled without cairo-gl\n");
|
||||
return;
|
||||
#endif
|
||||
if (!eglMakeCurrent(gears->display, NULL, NULL, gears->context))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue