diff options
Diffstat (limited to 'cli/qmicli-dms.c')
-rw-r--r-- | cli/qmicli-dms.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/qmicli-dms.c b/cli/qmicli-dms.c index c79425f..815b142 100644 --- a/cli/qmicli-dms.c +++ b/cli/qmicli-dms.c @@ -119,9 +119,9 @@ static void get_ids_ready (QmiClientDms *client, GAsyncResult *res) { - gchar *esn = NULL; - gchar *imei = NULL; - gchar *meid = NULL; + const gchar *esn = NULL; + const gchar *imei = NULL; + const gchar *meid = NULL; QmiMessageDmsGetIdsOutput *output; GError *error = NULL; |