Fix +\get_vfo_list to put RPRT on a separate line

Hamlib-4.2
Mike Black W9MDB 2021-05-12 22:44:33 -05:00
rodzic dd4e631e59
commit 47cf245826
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2294,7 +2294,7 @@ declare_proto_rig(get_vfo_list)
fprintf(fout, "%s: ", cmd->arg1);
}
fprintf(fout, "%s%c", prntbuf[0] ? prntbuf : "None", ext_resp);
fprintf(fout, "%s%c\n", prntbuf[0] ? prntbuf : "None", ext_resp);
RETURNFUNC(RIG_OK);
}