diff options
Diffstat (limited to 'otherlibs/unix/shutdown_unix.c')
-rw-r--r-- | otherlibs/unix/shutdown_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/shutdown_unix.c b/otherlibs/unix/shutdown_unix.c index 8c750e2479..898eebbb2d 100644 --- a/otherlibs/unix/shutdown_unix.c +++ b/otherlibs/unix/shutdown_unix.c @@ -21,7 +21,7 @@ #include <sys/socket.h> -static int shutdown_command_table[] = { +static const int shutdown_command_table[] = { 0, 1, 2 }; |