kopia lustrzana https://github.com/Hamlib/Hamlib
Fix typos
Fixes: rigctld.c:1233:5: warning: implicit declaration of function ‘mutext_rigctld’; did you mean ‘mutex_rigctld’? [-Wimplicit-function-declaration] rigctltcp.c:1217:5: warning: implicit declaration of function ‘mutext_rigctld’; did you mean ‘mutex_rigctld’? [-Wimplicit-function-declaration]pull/1251/head
rodzic
57b7cd1860
commit
c3265dc905
|
@ -1230,9 +1230,9 @@ void *handle_socket(void *arg)
|
||||||
|
|
||||||
mutex_rigctld(0);
|
mutex_rigctld(0);
|
||||||
#else
|
#else
|
||||||
mutext_rigctld(1);
|
mutex_rigctld(1);
|
||||||
retcode = rig_open(my_rig);
|
retcode = rig_open(my_rig);
|
||||||
mutext_rigctld(1);
|
mutex_rigctld(1);
|
||||||
|
|
||||||
if (RIG_OK == retcode && verbose > RIG_DEBUG_ERR)
|
if (RIG_OK == retcode && verbose > RIG_DEBUG_ERR)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1214,9 +1214,9 @@ void *handle_socket(void *arg)
|
||||||
|
|
||||||
mutex_rigctld(0);
|
mutex_rigctld(0);
|
||||||
#else
|
#else
|
||||||
mutext_rigctld(1);
|
mutex_rigctld(1);
|
||||||
retcode = rig_open(my_rig);
|
retcode = rig_open(my_rig);
|
||||||
mutext_rigctld(1);
|
mutex_rigctld(1);
|
||||||
|
|
||||||
if (RIG_OK == retcode && verbose > RIG_DEBUG_ERR)
|
if (RIG_OK == retcode && verbose > RIG_DEBUG_ERR)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue