mark a tog-internal function as static
diff --git a/tog/tog.c b/tog/tog.c
index cc9b6c1..529ccba 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -2756,7 +2756,7 @@ add_line_color(struct tog_line_colors *colors, const char *pattern,
return NULL;
}
-void
+static void
free_line_colors(struct tog_line_colors *colors)
{
struct tog_line_color *lc;