From: Hugo Villeneuve Date: Thu, 21 Nov 2013 04:56:46 +0000 (-0500) Subject: Change scope of local variable to static X-Git-Tag: v2.0.0~76 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=b7b1c62985d33d453835903f523299114eecf7b7;p=emu8051.git Change scope of local variable to static --- 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",