kopia lustrzana https://github.com/Hamlib/Hamlib
Make remove_opened_rig arg in rotator.c const
rodzic
16263e8338
commit
c008f2aa59
|
@ -124,7 +124,7 @@ static int add_opened_rot(ROT *rot)
|
|||
}
|
||||
|
||||
|
||||
static int remove_opened_rot(ROT *rot)
|
||||
static int remove_opened_rot(const ROT *rot)
|
||||
{
|
||||
struct opened_rot_l *p, *q;
|
||||
q = NULL;
|
||||
|
|
Ładowanie…
Reference in New Issue