aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-09-04 17:22:12 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-09-04 17:59:59 +0200
commitada9934e90cd12d84085b358758ef782ccc116a4 (patch)
treebe1405918be2908475bacb5c97c813614cf1f8bf /plugins
parentf6ae514405218e213413f06cb9411bbee9e72633 (diff)
telit: explicitly flag as const the constant string
Diffstat (limited to 'plugins')
-rw-r--r--plugins/telit/mm-broadband-modem-telit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c
index a3c81353..f077405c 100644
--- a/plugins/telit/mm-broadband-modem-telit.c
+++ b/plugins/telit/mm-broadband-modem-telit.c
@@ -942,7 +942,7 @@ load_sim_identifier_ready (MMBaseSim *sim,
AfterPowerUpContext *ctx;
GError *error = NULL;
gchar *current_simid;
- gchar *cached_simid;
+ const gchar *cached_simid;
ctx = g_task_get_task_data (task);