Change scope of local variable to static
[emu8051.git] / src / pgmwin.c
index 69410bc..0d52dc5 100644 (file)
@@ -48,7 +48,7 @@ enum
        N_COLUMNS,
 };
 
-char *col_names[N_COLUMNS] = {
+static char *col_names[N_COLUMNS] = {
        "BPT",
        "Address",
        "B0",