make reverse_bits static
authorMikael Magnusson <mikachu@comhem.se>
Tue, 14 Mar 2006 17:32:35 +0000 (17:32 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 14 Mar 2006 17:32:35 +0000 (17:32 +0000)
render/render.c

index 36d26a6..05f7c99 100644 (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++)