From: alex Date: Tue, 27 Aug 2013 20:46:24 +0000 (+0400) Subject: Fix X-Git-Tag: v0.4.4.4~7 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=b1b480d80406640c493875fda8a8c5eb552ba735;hp=a69232444168079a77c9536ad9f05f07a5fa2fa0 Fix --- 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) {