diff options
Diffstat (limited to 'cli/mmcli-modem-location.c')
-rw-r--r-- | cli/mmcli-modem-location.c | 2 |
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); } |