aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli-call.c')
-rw-r--r--cli/mmcli-call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-call.c b/cli/mmcli-call.c
index 99c8b764..7b4f5ecf 100644
--- a/cli/mmcli-call.c
+++ b/cli/mmcli-call.c
@@ -139,7 +139,7 @@ mmcli_call_options_enabled (void)
}
static void
-context_free (Context *ctx)
+context_free (void)
{
if (!ctx)
return;
@@ -158,7 +158,7 @@ context_free (Context *ctx)
void
mmcli_call_shutdown (void)
{
- context_free (ctx);
+ context_free ();
}
static void