commit 81985bf1d1e46dd6e87a9f73836997154e6c3699
parent d5338370b57342edea0c97a70035553547acf1d6
Author: sin <sin@2f30.org>
Date: Wed, 1 Oct 2014 18:23:29 +0100
SAVING LOC!
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/ratox.c b/ratox.c
@@ -27,10 +27,8 @@
#include "util.h"
#define DATAFILE ".ratox.data"
-
-enum {
- CONNECTDELAY = 5, /* in seconds */
-};
+/* connection delay in seconds */
+#define CONNECTDELAY 5
const char *reqerr[] = {
[-TOX_FAERR_TOOLONG] = "Message is too long",