summaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-cdma.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-08 15:18:21 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:15:01 +0100
commitd528a2211b58820d23528e1afd187652151f4853 (patch)
treefcc1d1611f2e5a4e587ef8ff2c11363fea993de9 /cli/mmcli-modem-cdma.c
parent470d9b933ef3a324195b1cd15edd10aba57c564d (diff)
downloadModemManager-d528a2211b58820d23528e1afd187652151f4853.tar.gz
cli: ensure EOL is added at every error message
Diffstat (limited to 'cli/mmcli-modem-cdma.c')
-rw-r--r--cli/mmcli-modem-cdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem-cdma.c b/cli/mmcli-modem-cdma.c
index 7ef5fce34..2e8cdb773 100644
--- a/cli/mmcli-modem-cdma.c
+++ b/cli/mmcli-modem-cdma.c
@@ -111,7 +111,7 @@ ensure_modem_cdma (void)
if (ctx->modem_cdma)
return;
- g_printerr ("error: modem has no CDMA capabilities");
+ g_printerr ("error: modem has no CDMA capabilities\n");
exit (EXIT_FAILURE);
}