diff mcabber/src/commands.c @ 1381:40095d413da9

Fix compilation on OpenBSD This patch fixes compilation on some BSD systems. Thanks to "undet" for the suggestion regarding DATA_DIR.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 02 Dec 2007 10:36:42 +0100
parents 74b7621537d7
children 3067c096cfc4
line wrap: on
line diff
--- a/mcabber/src/commands.c	Thu Nov 29 22:40:56 2007 +0100
+++ b/mcabber/src/commands.c	Sun Dec 02 10:36:42 2007 +0100
@@ -3427,7 +3427,7 @@
 static void do_disconnect(char *arg)
 {
   jb_disconnect();
-  AutoConnection = false;
+  AutoConnection = FALSE;
 }
 
 static void do_help(char *arg)