Merge pull request #36 from kukabu/master

Fix typos.
Hamlib-3.1
Nate Bargmann 2016-12-18 07:07:13 -06:00 zatwierdzone przez GitHub
commit ebd3117658
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -218,8 +218,7 @@ int network_open(hamlib_port_t *rp, int default_port)
freeaddrinfo (saved_res);
if (NULL == res) {
rig_debug (RIG_DEBUG_ERR, "Failed to connect to %s\n"
, rp->pathname ? rp->pathname : "localhost:4532");
rig_debug (RIG_DEBUG_ERR, "Failed to connect to %s\n" , rp->pathname);
return -RIG_EIO;
}