mirror of https://github.com/MidnightCommander/mc
Missed "const" for query_colors in the last commit.
This commit is contained in:
parent
180ec10d69
commit
8eb26481c1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue