edit.c: Constify another variable
This commit is contained in:
parent
7bc36ba905
commit
54d9013f6b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static void interface_editor_ncurses(disk_t *disk)
|
|||
wprintw(stdscr,"%s", disk->description_short(disk));
|
||||
while (done==0)
|
||||
{
|
||||
static struct MenuItem menuEditor[]=
|
||||
static const struct MenuItem menuEditor[]=
|
||||
{
|
||||
{ 'C', "Change location", "" },
|
||||
{ 'D', "Dump", "Dump sector" },
|
||||
|
|
Loading…
Reference in a new issue