From: Florian Westphal Date: Fri, 17 Jun 2005 23:17:09 +0000 (+0000) Subject: fix embarassing cut&paste error (add missing } ) X-Git-Tag: rel-0-9-0-pre1~19 X-Git-Url: https://arthur.barton.de/gitweb/?p=ngircd.git;a=commitdiff_plain;h=9dc5e50226c2a2c1b7fbd334ab611487a6260118 fix embarassing cut&paste error (add missing } ) --- 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 ); }