summaryrefslogtreecommitdiff
path: root/src/core/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.c')
-rw-r--r--src/core/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.c b/src/core/core.c
index 647eb6b4..b6362ffa 100644
--- a/src/core/core.c
+++ b/src/core/core.c
@@ -49,7 +49,7 @@
#ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
- struct rlimit orig_core_rlimit;
+ static struct rlimit orig_core_rlimit;
#endif
void chat_commands_init(void);