diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-09-07 21:33:01 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-09-08 14:06:31 +0000 |
commit | 61e540c8d9bfde58333eb46e81fc825c5651764c (patch) | |
tree | 1d000104bd4ba085a9a822cd3f8b1315216e28d4 | |
parent | fca0e3a2f3ae88682e3959d9e7b316d1f52d9928 (diff) |
sim-mbim: minor coding style fix
-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, |