diff options
Diffstat (limited to 'cli/mmcli-modem-cdma.c')
-rw-r--r-- | cli/mmcli-modem-cdma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-modem-cdma.c b/cli/mmcli-modem-cdma.c index 5db1e5f0..58651b69 100644 --- a/cli/mmcli-modem-cdma.c +++ b/cli/mmcli-modem-cdma.c @@ -107,7 +107,7 @@ mmcli_modem_cdma_options_enabled (void) } static void -context_free (Context *ctx) +context_free (void) { if (!ctx) return; @@ -142,7 +142,7 @@ ensure_modem_cdma (void) void mmcli_modem_cdma_shutdown (void) { - context_free (ctx); + context_free (); } static void |