diff options
Diffstat (limited to 'cli/mmcli-modem-signal.c')
-rw-r--r-- | cli/mmcli-modem-signal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-modem-signal.c b/cli/mmcli-modem-signal.c index fa45f102..c5bf435e 100644 --- a/cli/mmcli-modem-signal.c +++ b/cli/mmcli-modem-signal.c @@ -100,7 +100,7 @@ mmcli_modem_signal_options_enabled (void) } static void -context_free (Context *ctx) +context_free (void) { if (!ctx) return; @@ -130,7 +130,7 @@ ensure_modem_signal (void) void mmcli_modem_signal_shutdown (void) { - context_free (ctx); + context_free (); } static void |