aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/mmcli.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/mmcli.c b/cli/mmcli.c
index 64a2c697..bf59867c 100644
--- a/cli/mmcli.c
+++ b/cli/mmcli.c
@@ -147,8 +147,7 @@ log_handler (const gchar *log_domain,
static void
print_version_and_exit (void)
{
- g_print ("\n"
- PROGRAM_NAME " " PROGRAM_VERSION "\n"
+ g_print (PROGRAM_NAME " " PROGRAM_VERSION "\n"
"Copyright (2011 - 2020) Aleksander Morgado\n"
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>\n"
"This is free software: you are free to change and redistribute it.\n"