X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Futil.cpp;h=a527cb261e64df96959d81be9a0f845abdb0139f;hp=e89367df4328467be1204efdeab95968841b7d0b;hb=b1b480d80406640c493875fda8a8c5eb552ba735;hpb=a69232444168079a77c9536ad9f05f07a5fa2fa0 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) {