rig.c: Constify rigerror_table

pull/772/head
Wouter van Gulik 2021-08-21 22:26:59 +02:00
rodzic ad53f2f1e3
commit b24e629e16
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -173,7 +173,7 @@ static struct opened_rig_l *opened_rig_list = { NULL };
* Careful, the order must be the same as their RIG_E* counterpart! * Careful, the order must be the same as their RIG_E* counterpart!
* TODO: localise the messages.. * TODO: localise the messages..
*/ */
static const char *rigerror_table[] = static const char * const rigerror_table[] =
{ {
"Command completed successfully", "Command completed successfully",
"Invalid parameter", "Invalid parameter",