diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-04 17:22:12 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-04 17:59:59 +0200 |
commit | ada9934e90cd12d84085b358758ef782ccc116a4 (patch) | |
tree | be1405918be2908475bacb5c97c813614cf1f8bf | |
parent | f6ae514405218e213413f06cb9411bbee9e72633 (diff) |
telit: explicitly flag as const the constant string
-rw-r--r-- | plugins/telit/mm-broadband-modem-telit.c | 2 |
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); |