From 7856bf3569cc448fe3b360c3fca836593a0c0c7d Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 06 Nov 2023 17:01:27 +0800 Subject: [PATCH] format c source code --- prj1_tlv/lylib/socket.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/prj1_tlv/lylib/socket.h b/prj1_tlv/lylib/socket.h index b472ae6..4e8bd61 100644 --- a/prj1_tlv/lylib/socket.h +++ b/prj1_tlv/lylib/socket.h @@ -61,7 +61,7 @@ typedef struct socket_s { int fd; /* socket fd */ - uint8_t type; /* socket type: listen, accept or accept */ + uint8_t type; /* socket type: listen, accept or connect */ uint8_t status; /* socket status: SOCK_STAT_INIT,SOCK_STAT_CONNECTED... */ /* socket server/client IP address and port */ -- Gitblit v1.9.1