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 년 전
부모 ad3d32f424
커밋 6629107ba8
로그인 계정: MicheleC
GPG 키 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 *

불러오는 중...
취소
저장