about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2005-06-17 23:17:09 +0000
committerFlorian Westphal <fw@strlen.de>2005-06-17 23:17:09 +0000
commit9dc5e50226c2a2c1b7fbd334ab611487a6260118 (patch)
tree45b34ce4f8f9376deea3d480558b25506835aa83
parentc06c815c2806947dd37d5ba78e7c5dc2339c9db4 (diff)
downloadngircd-9dc5e50226c2a2c1b7fbd334ab611487a6260118.tar.gz
ngircd-9dc5e50226c2a2c1b7fbd334ab611487a6260118.zip
fix embarassing cut&paste error (add missing } )
-rw-r--r--src/ngircd/ngircd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c
index 48e041bd..baa93361 100644
--- a/src/ngircd/ngircd.c
+++ b/src/ngircd/ngircd.c
@@ -12,7 +12,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.99 2005/06/17 23:13:41 fw Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.100 2005/06/17 23:17:09 fw Exp $";
 
 /**
  * @file
@@ -796,7 +796,7 @@ NGIRCd_Init( bool NGIRCd_NoDaemon )
 			else 
 				Log( LOG_ERR, "Can't change working directory to \"%s\": %s",
 								pwd->pw_dir, strerror( errno ));
-
+		}
 	} else {
 		Log( LOG_ERR, "Can't get user informaton for UID %d!?", Conf_UID );
 	}