kopia lustrzana https://github.com/Hamlib/Hamlib
Fix retval warning in icom.c
rodzic
33f9fd16de
commit
6467cf0379
|
@ -5693,6 +5693,7 @@ static int set_vfo_curr(RIG *rig, vfo_t vfo, vfo_t curr_vfo)
|
||||||
__func__);
|
__func__);
|
||||||
|
|
||||||
vfo = RIG_VFO_CURR;
|
vfo = RIG_VFO_CURR;
|
||||||
|
retval = RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (retval != RIG_OK)
|
if (retval != RIG_OK)
|
||||||
|
|
Ładowanie…
Reference in New Issue