diff options
author | sin <sin@2f30.org> | 2014-10-01 18:23:29 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-01 18:24:26 +0100 |
commit | 81985bf1d1e46dd6e87a9f73836997154e6c3699 (patch) | |
tree | 4f7035e5745c7f865e6e465249de903128497e92 /ratox.c | |
parent | d5338370b57342edea0c97a70035553547acf1d6 (diff) |
SAVING LOC!
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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", |