From: Automatic source maintenance Date: Wed, 5 Jun 2013 00:13:22 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=827eb0ac434b48a48954f2338258663a05231367;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/main.cc b/src/main.cc index 7e2ae37989..86f2d87fe7 100644 --- a/src/main.cc +++ b/src/main.cc @@ -962,7 +962,7 @@ mainSetCwd(void) chrooted = true; if (chroot(Config.chroot_dir) != 0); - fatal("failed to chroot"); + fatal("failed to chroot"); strncpy(pathbuf, "/", sizeof(pathbuf)-1); }