Fix cppcheck warning in adat.c

pull/174/head
Michael Black 2020-01-14 10:38:17 -06:00
rodzic a9264eae30
commit b391c7278f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -2915,7 +2915,6 @@ int adat_close(RIG *pRig)
// Status: RELEASED
const char *adat_get_info(RIG *pRig)
{
int nRC;
static char acBuf[ 512 ];
gFnLevel++;
@ -2928,7 +2927,7 @@ const char *adat_get_info(RIG *pRig)
if (pRig != NULL)
{
nRC = adat_transaction(pRig, &adat_cmd_list_get_info);
int nRC = adat_transaction(pRig, &adat_cmd_list_get_info);
if (nRC == RIG_OK)
{