kopia lustrzana https://github.com/Hamlib/Hamlib
Fix case statement for FM found by cppcheck in winradio.c
rodzic
7404080e7c
commit
812966d5bc
|
@ -106,6 +106,7 @@ int wr_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
|
||||||
|
|
||||||
default: return -RIG_EINVAL;
|
default: return -RIG_EINVAL;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
default: return -RIG_EINVAL;
|
default: return -RIG_EINVAL;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue