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 jaren geleden
bovenliggende ad3d32f424
commit 6629107ba8
Getekend door: MicheleC
GPG sleutel-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 *

Laden…
Annuleren
Opslaan