Fix bug from stupid typo

This commit is contained in:
Manuel Pégourié-Gonnard 2013-12-12 15:50:08 +01:00
parent 96eed7bec9
commit 69ab354239

View File

@ -80,7 +80,7 @@
BYTES_TO_T_UINT_4( a, b, 0, 0 )
#define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \
BYTES_TO_T_UINT_4( a, b, c, d ) \
BYTES_TO_T_UINT_4( a, b, c, d ), \
BYTES_TO_T_UINT_4( e, f, g, h )
#else /* 64-bits */