From 7d5fba442f792a4ecedd8cc81326e62ab6adc2ba Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Mar 2008 11:58:14 -0400 Subject: [PATCH] missing a \n --- dcompmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcompmgr.c b/dcompmgr.c index 3d73319..b114cbf 100644 --- a/dcompmgr.c +++ b/dcompmgr.c @@ -514,7 +514,7 @@ main(int argc, char **argv) } if (dpy->composite.major_version <= 0 && dpy->composite.minor_version < 3) { - printf(_("composite extension does not support the overlay window")); + printf(_("composite extension does not support the overlay window\n")); display_unref(dpy); return 1; } -- 2.34.1