diff options
Diffstat (limited to 'otherlibs/unix/stat_unix.c')
-rw-r--r-- | otherlibs/unix/stat_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/stat_unix.c b/otherlibs/unix/stat_unix.c index 31b166fc65..3b28ef8409 100644 --- a/otherlibs/unix/stat_unix.c +++ b/otherlibs/unix/stat_unix.c @@ -44,7 +44,7 @@ #define EOVERFLOW ERANGE #endif -static int file_kind_table[] = { +static const int file_kind_table[] = { S_IFREG, S_IFDIR, S_IFCHR, S_IFBLK, S_IFLNK, S_IFIFO, S_IFSOCK }; |