From b1b480d80406640c493875fda8a8c5eb552ba735 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 28 Aug 2013 00:46:24 +0400 Subject: [PATCH] Fix --- src/util.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/util.cpp b/src/util.cpp index e89367d..a527cb2 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1118,7 +1118,7 @@ void CreatePidFile(const boost::filesystem::path &path, pid_t pid) fclose(file); } } -#end +#endif bool RenameOver(boost::filesystem::path src, boost::filesystem::path dest) { -- 1.7.1