diff options
Diffstat (limited to 'libc/inet/gai_strerror.c')
-rw-r--r-- | libc/inet/gai_strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/gai_strerror.c b/libc/inet/gai_strerror.c index c1c7b767f..61688bad9 100644 --- a/libc/inet/gai_strerror.c +++ b/libc/inet/gai_strerror.c @@ -24,7 +24,7 @@ #define N_(x) x #define _(x) x -static struct +static const struct { int code; const char *msg; |