From b7b1c62985d33d453835903f523299114eecf7b7 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 20 Nov 2013 23:56:46 -0500 Subject: [PATCH] Change scope of local variable to static --- src/pgmwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgmwin.c b/src/pgmwin.c index 69410bc..0d52dc5 100644 --- a/src/pgmwin.c +++ b/src/pgmwin.c @@ -48,7 +48,7 @@ enum N_COLUMNS, }; -char *col_names[N_COLUMNS] = { +static char *col_names[N_COLUMNS] = { "BPT", "Address", "B0", -- 2.20.1