mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-24 18:40:05 +00:00
patch #7239: make tcp_state_str pointers constant
This commit is contained in:
parent
a99219ad1f
commit
194a85387b
@ -55,7 +55,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
const char *tcp_state_str[] = {
|
||||
const char * const tcp_state_str[] = {
|
||||
"CLOSED",
|
||||
"LISTEN",
|
||||
"SYN_SENT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user