make reverse_bits static
This commit is contained in:
parent
f1ed62cead
commit
f0a82ab599
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ void RrMinsize(RrAppearance *a, gint *w, gint *h)
|
||||||
if (*h < 1) *h = 1;
|
if (*h < 1) *h = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void reverse_bits(gchar *c, gint n)
|
static void reverse_bits(gchar *c, gint n)
|
||||||
{
|
{
|
||||||
gint i;
|
gint i;
|
||||||
for (i = 0; i < n; i++)
|
for (i = 0; i < n; i++)
|
||||||
|
|
Loading…
Reference in a new issue