diff options
-rw-r--r-- | src/mm-sim-mbim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-sim-mbim.c b/src/mm-sim-mbim.c index 7f7110a7..0a07f114 100644 --- a/src/mm-sim-mbim.c +++ b/src/mm-sim-mbim.c @@ -584,7 +584,7 @@ check_uicc_open_channel_ready (MbimDevice *device, ctx->step = ESIM_CHECK_STEP_LAST; } else if (status != UICC_STATUS_OK) { ctx->saved_error = g_error_new (MM_CORE_ERROR, MM_CORE_ERROR_FAILED, - "UICC open channel failed");; + "UICC open channel failed"); ctx->step = ESIM_CHECK_STEP_LAST; } else { /* channel is open, from now on we'll need to always explicitly close, |