Эх сурвалжийг харах

Remove a duplicated semi-colon

Found with the help of clang-format (from another branch)
Patrick Boettcher 7 жил өмнө
parent
commit
26dd610ba2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/modbus.c

+ 1 - 1
src/modbus.c

@@ -1021,7 +1021,7 @@ int modbus_reply_exception(modbus_t *ctx, const uint8_t *req,
     function = req[offset];
     function = req[offset];
 
 
     sft.slave = slave;
     sft.slave = slave;
-    sft.function = function + 0x80;;
+    sft.function = function + 0x80;
     sft.t_id = ctx->backend->prepare_response_tid(req, &dummy_length);
     sft.t_id = ctx->backend->prepare_response_tid(req, &dummy_length);
     rsp_length = ctx->backend->build_response_basis(&sft, rsp);
     rsp_length = ctx->backend->build_response_basis(&sft, rsp);