From 81985bf1d1e46dd6e87a9f73836997154e6c3699 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 1 Oct 2014 18:23:29 +0100 Subject: SAVING LOC! --- ratox.c | 6 ++---- 1 file 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", -- cgit v1.2.3