summaryrefslogtreecommitdiff
path: root/lib/common/bitstream.h
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-10-22 19:45:18 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-10-22 19:45:18 +0000
commit1767cc4987b68ace957ea34c20634485d4232611 (patch)
tree61ddbc2b340b4c1007a520df793f7222a1b4bb6f /lib/common/bitstream.h
parent653667f9dc9cc0169deeca1a82a60c2e91d5683a (diff)
Diffstat (limited to 'lib/common/bitstream.h')
-rw-r--r--lib/common/bitstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/bitstream.h b/lib/common/bitstream.h
index 2094823fe2402..fcf3843079a34 100644
--- a/lib/common/bitstream.h
+++ b/lib/common/bitstream.h
@@ -167,7 +167,7 @@ MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits);
/*-**************************************************************
* Internal functions
****************************************************************/
-MEM_STATIC unsigned BIT_highbit32 (register U32 val)
+MEM_STATIC unsigned BIT_highbit32 (U32 val)
{
assert(val != 0);
{