From 973b33f47e0b82a588859edbd4aa53024140c0ee Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 4 Jun 2009 12:35:17 -0500 Subject: [PATCH] Add colons to SMS prefixes --- drivers/atmodem/sms.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c index 97e6f1da..caa1a199 100644 --- a/drivers/atmodem/sms.c +++ b/drivers/atmodem/sms.c @@ -38,11 +38,11 @@ #include "at.h" -static const char *csca_prefix[] = { "+CSCA", NULL }; -static const char *csms_prefix[] = { "+CSMS", NULL }; -static const char *cmgf_prefix[] = { "+CMGF", NULL }; -static const char *cpms_prefix[] = { "+CPMS", NULL }; -static const char *cnmi_prefix[] = { "+CNMI", NULL }; +static const char *csca_prefix[] = { "+CSCA:", NULL }; +static const char *csms_prefix[] = { "+CSMS:", NULL }; +static const char *cmgf_prefix[] = { "+CMGF:", NULL }; +static const char *cpms_prefix[] = { "+CPMS:", NULL }; +static const char *cnmi_prefix[] = { "+CNMI:", NULL }; static gboolean set_cmgf(gpointer user_data); static gboolean set_cpms(gpointer user_data);