Fix a typo that broke some of the tests on big-endian platforms.

This commit is contained in:
Dag-Erling Smørgrav 2017-04-21 20:44:39 +02:00
parent bd3e353455
commit 6e5bac8747
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ t_prepare(int argc, char *argv[])
(void)argc;
(void)argv;
#if WORD_BIGENDIAN
#if WORDS_BIGENDIAN
h16 = be16;
h32 = be32;
h64 = be64;