Missed "const" for query_colors in the last commit.

This commit is contained in:
Pavel Roskin 2002-08-31 00:31:14 +00:00
parent 180ec10d69
commit 8eb26481c1
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ int query_dialog (char *header, char *text, int flags, int count, ...)
int xpos, ypos;
int cols, lines;
char *cur_name;
static int *query_colors;
static const int *query_colors;
/* set dialog colors */
if (flags & D_ERROR)