summaryrefslogtreecommitdiff
path: root/otherlibs/unix/shutdown_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/shutdown_unix.c')
-rw-r--r--otherlibs/unix/shutdown_unix.c2
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
};