aboutsummaryrefslogtreecommitdiff
path: root/src/c_comm.c
diff options
context:
space:
mode:
authorNicolas Schodet2024-08-15 20:27:03 +0200
committerNicolas Schodet2024-08-15 20:37:51 +0200
commit141cf850a9a252809ab00c5f56ce3206efea448e (patch)
treee11d698eb628f15cae4b375f7cb95651f6b2a95a /src/c_comm.c
parente180b304422b30a3f5a3f4545edfb559bcb475e7 (diff)
Fix some warnings
Just a selection of easy to fix warnings.
Diffstat (limited to 'src/c_comm.c')
-rw-r--r--src/c_comm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_comm.c b/src/c_comm.c
index 176a1ff..0a32161 100644
--- a/src/c_comm.c
+++ b/src/c_comm.c
@@ -3519,6 +3519,7 @@ UWORD cCommReq(UBYTE Cmd, UBYTE Param1, UBYTE Param2, UBYTE Param3, UBYTE *p
foundIndex= cCommSearchBTDevTableForName(pName);
if(foundIndex != -1)
Param1= foundIndex;
+ /* fall through */
case CONNECT:
{