summaryrefslogtreecommitdiff
path: root/src/libFLAC/bitreader.c
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2008-06-03 06:52:20 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2008-06-03 06:52:20 +0000
commit588e138867c1dec83ce6186632abc204c9aa9735 (patch)
tree953accc42304d3b460bf03837721c3e9aadca34f /src/libFLAC/bitreader.c
parent2737f6a86c934e131fc16b18c20066244cf32b0e (diff)
downloadflac-588e138867c1dec83ce6186632abc204c9aa9735.tar.gz
win64 fixes
Diffstat (limited to 'src/libFLAC/bitreader.c')
-rw-r--r--src/libFLAC/bitreader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libFLAC/bitreader.c b/src/libFLAC/bitreader.c
index b73609fe..2b98f359 100644
--- a/src/libFLAC/bitreader.c
+++ b/src/libFLAC/bitreader.c
@@ -177,6 +177,7 @@ done1:
}
}
#endif
+#endif
static FLaC__INLINE void crc16_update_word_(FLAC__BitReader *br, brword word)
{