summaryrefslogtreecommitdiff
path: root/lib/common/bitstream.h
diff options
context:
space:
mode:
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);
{