From b4a2e5da36d0b118e9bc69f117792a4e5c022170 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:32:26 +0100 Subject: [PATCH] Fix warning picked up on FreeBSD15 --- shairport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shairport.c b/shairport.c index 66d9028a..4ced2392 100644 --- a/shairport.c +++ b/shairport.c @@ -1596,7 +1596,7 @@ void exit_function() { */ debug(2, "Stopping the activity monitor."); - activity_monitor_stop(0); + activity_monitor_stop(); debug(2, "Stopping the activity monitor done."); #ifdef CONFIG_DACP_CLIENT -- 2.47.2