From 1926ebab731b6c7302f255b4181a0ec706f0b6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 7 Jan 2011 14:04:43 -0500 Subject: [PATCH] Add missing newline in gears error message --- clients/gears.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/gears.c b/clients/gears.c index 9f6f2874..160b0793 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))