kopia lustrzana https://github.com/Hamlib/Hamlib
rig.c: Constify rigerror_table
rodzic
ad53f2f1e3
commit
b24e629e16
|
@ -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",
|
||||||
|
|
Ładowanie…
Reference in New Issue