7
1
Fork 0

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 vor 6 Jahren
Ursprung ad3d32f424
Commit 6629107ba8
Signiert von: MicheleC
GPG-Schlüssel-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…
Abbrechen
Speichern