[PATCH rendercheck 2/2] Add a linebreak after printing the version
Peter Hutterer
peter.hutterer at who-t.net
Mon Mar 27 23:08:55 UTC 2017
---
main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c
index 20f5502..5ec8090 100644
--- a/main.c
+++ b/main.c
@@ -290,7 +290,7 @@ int main(int argc, char **argv)
/* Print the version string. Bail out if --version was requested and
* continue otherwise.
*/
- printf("rendercheck %s", VERSION);
+ printf("rendercheck %s\n", VERSION);
if (print_version)
return 0;
--
2.9.3
More information about the xorg-devel
mailing list