diff options
Diffstat (limited to 'cli/mmcli-modem-time.c')
-rw-r--r-- | cli/mmcli-modem-time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-modem-time.c b/cli/mmcli-modem-time.c index b210e53d..79f2a80c 100644 --- a/cli/mmcli-modem-time.c +++ b/cli/mmcli-modem-time.c @@ -91,7 +91,7 @@ mmcli_modem_time_options_enabled (void) } static void -context_free (Context *ctx) +context_free (void) { if (!ctx) return; @@ -126,7 +126,7 @@ ensure_modem_time (void) void mmcli_modem_time_shutdown (void) { - context_free (ctx); + context_free (); } static void |