Fix
[novacoin.git] / src / util.cpp
index e89367d..a527cb2 100644 (file)
@@ -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)
 {