diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 0e3bf2292..827a702c8 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -72,7 +72,7 @@ extern char zapit_long[21]; //sat_iterator_t sit; #if BOXMODEL_VUPLUS -static char * tuner_desc[24] = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X" }; +static const char * tuner_desc[24] = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X" }; #endif #define SCANTS_BOUQUET_OPTION_COUNT 3