telit: explicitly flag as const the constant string

This commit is contained in:
Aleksander Morgado
2017-09-04 17:22:12 +02:00
parent f6ae514405
commit ada9934e90

View File

@@ -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);