kopia lustrzana https://github.com/Hamlib/Hamlib
Remove unused value set in icom.c
rodzic
ec2d5387a7
commit
ecea9da847
|
@ -859,7 +859,7 @@ icom_rig_open(RIG *rig)
|
||||||
int
|
int
|
||||||
icom_rig_close(RIG *rig)
|
icom_rig_close(RIG *rig)
|
||||||
{
|
{
|
||||||
int retval = RIG_OK;
|
int retval;
|
||||||
// Nothing to do yet
|
// Nothing to do yet
|
||||||
struct rig_state *rs = &rig->state;
|
struct rig_state *rs = &rig->state;
|
||||||
struct icom_priv_data *priv = (struct icom_priv_data *) rs->priv;
|
struct icom_priv_data *priv = (struct icom_priv_data *) rs->priv;
|
||||||
|
|
Ładowanie…
Reference in New Issue