diff options
-rw-r--r-- | plugins/telit/tests/test-mm-modem-helpers-telit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/tests/test-mm-modem-helpers-telit.c b/plugins/telit/tests/test-mm-modem-helpers-telit.c index c9c30e57..ef257441 100644 --- a/plugins/telit/tests/test-mm-modem-helpers-telit.c +++ b/plugins/telit/tests/test-mm-modem-helpers-telit.c @@ -34,7 +34,7 @@ #define MAX_BANDS_LIST_LEN 17 typedef struct { - gchar *response; + const gchar *response; gboolean modem_is_2g; gboolean modem_is_3g; gboolean modem_is_4g; |