make reverse_bits static

This commit is contained in:
Mikael Magnusson 2006-03-14 17:32:35 +00:00
parent f1ed62cead
commit f0a82ab599

View file

@ -352,7 +352,7 @@ void RrMinsize(RrAppearance *a, gint *w, gint *h)
if (*h < 1) *h = 1;
}
void reverse_bits(gchar *c, gint n)
static void reverse_bits(gchar *c, gint n)
{
gint i;
for (i = 0; i < n; i++)