about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c
index 639f827f..07e51fb4 100644
--- a/src/ngircd/conn.c
+++ b/src/ngircd/conn.c
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conn.c,v 1.53 2002/03/12 23:42:59 alex Exp $
+ * $Id: conn.c,v 1.54 2002/03/12 23:45:30 alex Exp $
  *
  * connect.h: Verwaltung aller Netz-Verbindungen ("connections")
  */
@@ -54,7 +54,7 @@
 #include "conn.h"
 
 
-#define SERVER_WAIT NONE - 1
+#define SERVER_WAIT (NONE - 1)
 
 
 typedef struct _Connection