From 622c3bb358cf935c8731371813c77d2516754e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vasseur?= Date: Mon, 11 Dec 2017 18:18:25 +0000 Subject: [PATCH] Add missing inline for dvb_time_format_UTC --- dvb/si/datetime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvb/si/datetime.h b/dvb/si/datetime.h index e276e9e..387423b 100644 --- a/dvb/si/datetime.h +++ b/dvb/si/datetime.h @@ -124,7 +124,7 @@ static inline uint32_t dvb_time_encode_duration(unsigned int duration_sec) } #undef dec2bcd -static time_t dvb_time_format_UTC(uint64_t UTC_time, struct tm *tm, char *output) { +static inline time_t dvb_time_format_UTC(uint64_t UTC_time, struct tm *tm, char *output) { struct tm tm_local; if (tm == NULL) tm = &tm_local;