Remove set but unused variable errors in prm80.

Hamlib-1.2.15
Nate Bargmann 2011-08-25 12:46:07 -05:00
rodzic 8d5945782e
commit 4f992f0ce1
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -140,6 +140,8 @@ int prm80_reset(RIG *rig, reset_t reset)
* master reset ?
*/
retval = prm80_transaction (rig, "0", 1, NULL, NULL);
if (retval != RIG_OK)
return retval;
return RIG_OK;
}