kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck warning in network.c
rodzic
739d808d6a
commit
d18c3a8111
|
@ -170,9 +170,11 @@ int network_open(hamlib_port_t *rp, int default_port)
|
||||||
|
|
||||||
ENTERFUNC;
|
ENTERFUNC;
|
||||||
|
|
||||||
|
#ifdef __MINGW32__
|
||||||
status = network_init();
|
status = network_init();
|
||||||
|
|
||||||
if (status != RIG_OK) { RETURNFUNC(status); }
|
if (status != RIG_OK) { RETURNFUNC(status); }
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!rp)
|
if (!rp)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue