missing a \n
[dana/dcompmgr.git] / dcompmgr.c
index 3d73319..b114cbf 100644 (file)
@@ -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;
     }