Commit 7169caa2d6e027a437835a0154fe3f25ea2e9bd8

Stefan Sperling 2019-11-08T13:15:38

mark a tog-internal function as static

1
2
3
4
5
6
7
8
9
10
11
12
13
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;