edit.c: Constify another variable

This commit is contained in:
Christophe Grenier 2013-05-25 09:44:45 +02:00
parent 7bc36ba905
commit 54d9013f6b

View file

@ -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" },