]> arthur.barton.de Git - ngircd-alex.git/commitdiff
fix embarassing cut&paste error (add missing } )
authorFlorian Westphal <fw@strlen.de>
Fri, 17 Jun 2005 23:17:09 +0000 (23:17 +0000)
committerFlorian Westphal <fw@strlen.de>
Fri, 17 Jun 2005 23:17:09 +0000 (23:17 +0000)
src/ngircd/ngircd.c

index 48e041bda2189202e68194c0f55889dda2bad4ef..baa933612a3207d5bba7319243e62b696eaf92cf 100644 (file)
@@ -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 );
        }