diff options
Diffstat (limited to 'drivers/isimodem/cbs.c')
-rw-r--r-- | drivers/isimodem/cbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isimodem/cbs.c b/drivers/isimodem/cbs.c index dec81546..2a327201 100644 --- a/drivers/isimodem/cbs.c +++ b/drivers/isimodem/cbs.c @@ -104,7 +104,7 @@ static gboolean routing_resp_cb(GIsiClient *client, "It appears some other component is " "already\n registered as the CBS " "routing endpoint.\n As a consequence, " - "receiving CBSs is NOT going to work.\n\n", + "receiving CBSs is NOT going to work.\n", msg[1], sms_isi_cause_name(msg[1])); return TRUE; } |