summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-22 11:48:53 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-03 14:44:11 +0200
commite17767e8927e724687b1529e9bc8ddbc927dbc8f (patch)
treea3eba67021eb352ca4f7831093708d7e1bb80bd0 /common
parent12b9654bf41a83427777b0400f95b918ba21ce74 (diff)
downloadspice-e17767e8927e724687b1529e9bc8ddbc927dbc8f.tar.gz
spice-e17767e8927e724687b1529e9bc8ddbc927dbc8f.tar.xz
spice-e17767e8927e724687b1529e9bc8ddbc927dbc8f.zip
add missing static
Diffstat (limited to 'common')
-rw-r--r--common/quic_family_tmpl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/quic_family_tmpl.c b/common/quic_family_tmpl.c
index 7a32f2da..fbefe893 100644
--- a/common/quic_family_tmpl.c
+++ b/common/quic_family_tmpl.c
@@ -56,8 +56,8 @@ static void FNAME(golomb_coding)(const BYTE n, const unsigned int l, unsigned in
}
}
-unsigned int FNAME(golomb_decoding)(const unsigned int l, const unsigned int bits,
- unsigned int * const codewordlen)
+static unsigned int FNAME(golomb_decoding)(const unsigned int l, const unsigned int bits,
+ unsigned int * const codewordlen)
{
if (bits > VNAME(family).notGRprefixmask[l]) { /*GR*/
const unsigned int zeroprefix = cnt_l_zeroes(bits); /* leading zeroes in codeword */