summaryrefslogtreecommitdiff
path: root/clients/gears.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-01-07 14:04:43 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-01-07 14:04:43 -0500
commit1926ebab731b6c7302f255b4181a0ec706f0b6a0 (patch)
tree35685511505acdf3b059f8f1321baf147e64b896 /clients/gears.c
parent8a457e3e9f023db1975fa585e92edbcd87f30dea (diff)
Add missing newline in gears error message
Diffstat (limited to 'clients/gears.c')
-rw-r--r--clients/gears.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/gears.c b/clients/gears.c
index 9f6f287..160b079 100644
--- a/clients/gears.c
+++ b/clients/gears.c
@@ -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))