aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/telit/mm-broadband-modem-telit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c
index e0691005..676b69ea 100644
--- a/plugins/telit/mm-broadband-modem-telit.c
+++ b/plugins/telit/mm-broadband-modem-telit.c
@@ -1184,8 +1184,8 @@ response_processor_service_ignore_at_errors (MMBaseModem *self,
}
static const MMBaseModemAtCommand access_tech_commands[] = {
- { "#PSNT?", 3, FALSE, response_processor_psnt_ignore_at_errors },
- { "+SERVICE?", 3, FALSE, response_processor_service_ignore_at_errors },
+ { (gchar *) "#PSNT?", 3, FALSE, response_processor_psnt_ignore_at_errors },
+ { (gchar *) "+SERVICE?", 3, FALSE, response_processor_service_ignore_at_errors },
{ NULL }
};