summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-10-01 18:23:29 +0100
committersin <sin@2f30.org>2014-10-01 18:24:26 +0100
commit81985bf1d1e46dd6e87a9f73836997154e6c3699 (patch)
tree4f7035e5745c7f865e6e465249de903128497e92
parentd5338370b57342edea0c97a70035553547acf1d6 (diff)
SAVING LOC!
-rw-r--r--ratox.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ratox.c b/ratox.c
index f9ff2da..ad19c71 100644
--- 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",