Fix cppcheck warning in adat.c

pull/174/head
Michael Black 2020-01-13 22:51:06 -06:00
rodzic 578cad19bf
commit 21c0dd092e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -691,7 +691,7 @@ int adat_parse_freq(char *pcStr,
if (pcStr != NULL)
{
int _nVFO = 0;
freq_t _nFreq = 0;
freq_t _nFreq;
char *pcEnd = NULL;
@ -2915,7 +2915,7 @@ int adat_close(RIG *pRig)
// Status: RELEASED
const char *adat_get_info(RIG *pRig)
{
int nRC = RIG_OK;
int nRC;
static char acBuf[ 512 ];
gFnLevel++;