mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Fix cppcheck warning in lowe.c
This commit is contained in:
parent
60b3e3e8bd
commit
a1d333667d
1 changed files with 0 additions and 6 deletions
|
|
@ -298,12 +298,6 @@ const char *lowe_get_info(RIG *rig)
|
|||
// non-fatal
|
||||
}
|
||||
|
||||
if (retval != RIG_OK)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
/* this is the real one */
|
||||
retval = lowe_transaction(rig, "TYP?" EOM, 5, idbuf, &id_len);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue