From a52ecd02df983ae9e1d2bc60d84404e35da02f13 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 9 Dec 2022 18:05:01 +0100 Subject: [PATCH] fix build some more... --- spa/plugins/test/fakesrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/test/fakesrc.c b/spa/plugins/test/fakesrc.c index e3868b6fb..d4965a98b 100644 --- a/spa/plugins/test/fakesrc.c +++ b/spa/plugins/test/fakesrc.c @@ -231,7 +231,7 @@ static void set_timer(struct impl *this, bool enabled) } } -static inline void read_timer(struct impl *this) +static inline int read_timer(struct impl *this) { uint64_t expirations; int res = 0;