Add missing newline in gears error message
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ allocate_buffer(struct gears *gears)
|
|||||||
image = display_get_image_for_drm_surface(gears->display,
|
image = display_get_image_for_drm_surface(gears->display,
|
||||||
gears->surface[gears->current]);
|
gears->surface[gears->current]);
|
||||||
#else /* XXX: hack to make Wayland compile, even if this example doesn't run */
|
#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;
|
return;
|
||||||
#endif
|
#endif
|
||||||
if (!eglMakeCurrent(gears->display, NULL, NULL, gears->context))
|
if (!eglMakeCurrent(gears->display, NULL, NULL, gears->context))
|
||||||
|
|||||||
Reference in New Issue
Block a user