fix copy/paste bug on set_mem

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2708 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.10
Stéphane Fillod, F8CFE 2009-06-07 16:48:36 +00:00
rodzic 9eeb9f2141
commit 977b658ed2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -243,7 +243,7 @@ const struct rig_caps ic7000_caps = {
.set_parm = NULL,
.get_parm = NULL,
.set_mem = icom_set_mem,
.set_mem = icom_set_bank,
.set_bank = icom_set_bank,
.vfo_op = icom_vfo_op,
.scan = icom_scan,
.set_ptt = icom_set_ptt,