summaryrefslogtreecommitdiff
path: root/otherlibs/unix/sendrecv_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/sendrecv_win32.c')
-rw-r--r--otherlibs/unix/sendrecv_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/sendrecv_win32.c b/otherlibs/unix/sendrecv_win32.c
index 699babd9ca..1fc41d7098 100644
--- a/otherlibs/unix/sendrecv_win32.c
+++ b/otherlibs/unix/sendrecv_win32.c
@@ -20,7 +20,7 @@
#include "unixsupport.h"
#include "socketaddr.h"
-static int msg_flag_table[] = {
+static const int msg_flag_table[] = {
MSG_OOB, MSG_DONTROUTE, MSG_PEEK
};