aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-location.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-location.c
parent470d9b933ef3a324195b1cd15edd10aba57c564d (diff)
cli: ensure EOL is added at every error message
Diffstat (limited to 'cli/mmcli-modem-location.c')
-rw-r--r--cli/mmcli-modem-location.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem-location.c b/cli/mmcli-modem-location.c
index 73c9fa7f..dbd4e666 100644
--- a/cli/mmcli-modem-location.c
+++ b/cli/mmcli-modem-location.c
@@ -123,7 +123,7 @@ ensure_modem_location (void)
if (ctx->modem_location)
return;
- g_printerr ("error: modem has no location capabilities");
+ g_printerr ("error: modem has no location capabilities\n");
exit (EXIT_FAILURE);
}