kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck warning in thd74.c
rodzic
d4e12e6303
commit
9e2e71b60d
|
@ -274,7 +274,7 @@ static int thd74_get_freq_info(RIG *rig, vfo_t vfo, char *buf)
|
|||
|
||||
sprintf(cmd, "FO %c", c);
|
||||
retval = kenwood_transaction(rig, cmd, buf, 73);
|
||||
return RIG_OK;
|
||||
return retval;
|
||||
}
|
||||
|
||||
/* item is an offset into reply buf that is a single char */
|
||||
|
|
Ładowanie…
Reference in New Issue