Rename ENDSWAP_INT to ENDSWAP_32.
diff --git a/src/libFLAC/bitreader.c b/src/libFLAC/bitreader.c
index b4e44ed..c3edd16 100644
--- a/src/libFLAC/bitreader.c
+++ b/src/libFLAC/bitreader.c
@@ -53,7 +53,7 @@
 #if WORDS_BIGENDIAN
 #define SWAP_BE_WORD_TO_HOST(x) (x)
 #else
-#define SWAP_BE_WORD_TO_HOST(x) ENDSWAP_INT(x)
+#define SWAP_BE_WORD_TO_HOST(x) ENDSWAP_32(x)
 #endif
 /* counts the # of zero MSBs in a word */
 #define COUNT_ZERO_MSBS(word) ( \