aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-cdma.c
diff options
context:
space:
mode:
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 7ef5fce3..2e8cdb77 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);
}