summaryrefslogtreecommitdiffstats
path: root/src/digraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/digraph.c')
-rw-r--r--src/digraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/digraph.c b/src/digraph.c
index 5b56095378..8a3bf12b3b 100644
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -2180,7 +2180,7 @@ listdigraphs(int use_headers)
wrong, in which case we messed up ScreenLines */
}
-struct dg_header_entry {
+static struct dg_header_entry {
int dg_start;
char *dg_header;
} header_table[] = {