Fix compilation warnings in kenwood.c

pull/573/head
Michael Black W9MDB 2021-02-26 11:10:57 -06:00
rodzic 6da2cf2eeb
commit 2f53ae58e4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -232,7 +232,7 @@ int kenwood_transaction(RIG *rig, const char *cmdstr, char *data,
verification may need a longer
buffer than the user supplied one */
char cmdtrm_str[2]; /* Default Command/Reply termination char */
int retval;
int retval = -RIG_EINTERNAL;
char *cmd;
int len;
int retry_read = 0;