diff options
Diffstat (limited to 'cli/mmcli-modem-simple.c')
-rw-r--r-- | cli/mmcli-modem-simple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-modem-simple.c b/cli/mmcli-modem-simple.c index facd3b0f..35c85a8a 100644 --- a/cli/mmcli-modem-simple.c +++ b/cli/mmcli-modem-simple.c @@ -101,7 +101,7 @@ mmcli_modem_simple_options_enabled (void) } static void -context_free (Context *ctx) +context_free (void) { if (!ctx) return; @@ -131,7 +131,7 @@ ensure_modem_simple (void) void mmcli_modem_simple_shutdown (void) { - context_free (ctx); + context_free (); } static void |