Add missing newline in gears error message
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 7 Jan 2011 19:04:43 +0000 (14:04 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 7 Jan 2011 19:04:43 +0000 (14:04 -0500)
clients/gears.c

index 9f6f287..160b079 100644 (file)
@@ -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))