fix build some more...

This commit is contained in:
Wim Taymans 2022-12-09 18:05:01 +01:00
parent 61951dd327
commit a52ecd02df

View file

@ -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; uint64_t expirations;
int res = 0; int res = 0;