From 827eb0ac434b48a48954f2338258663a05231367 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Tue, 4 Jun 2013 18:13:22 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2