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>
pull/4/head
Michele Calgaro 6 år sedan
förälder ad3d32f424
incheckning 6629107ba8
Signerad av: MicheleC
GPG-nyckel ID: 2A75B7CA8ADED5CF

@ -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 *

Laddar…
Avbryt
Spara