Make remove_opened_rig arg in rotator.c const

pull/799/head
Mike Black W9MDB 2021-09-13 17:39:20 -05:00
rodzic 16263e8338
commit c008f2aa59
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;