Add const declaration to amplifier.c

pull/799/head
Mike Black W9MDB 2021-09-11 10:44:28 -05:00
rodzic 6a79eb3d9a
commit b02ea818de
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -103,7 +103,7 @@ static int add_opened_amp(AMP *amp)
} }
static int remove_opened_amp(AMP *amp) static int remove_opened_amp(const AMP *amp)
{ {
struct opened_amp_l *p, *q; struct opened_amp_l *p, *q;
q = NULL; q = NULL;