Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.

The FTBFS seems to happen only for some users, so this fix should help
in such cases.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6629107ba8)
v3.5.13-sru
Michele Calgaro 6 years ago committed by Slávek Banko
parent 65da65ad2c
commit a47e042892
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -825,8 +825,9 @@ static const short lookup[] =
#ifdef __GNUC__
__inline
#ifdef __GNUC_STDC_INLINE__
__attribute__ ((__gnu_inline__))
#else
#ifdef __cplusplus
inline
#endif
#endif
const struct attrs *

Loading…
Cancel
Save