Fix
authoralex <alex@alex-VirtualBox.(none)>
Tue, 27 Aug 2013 20:46:24 +0000 (00:46 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Tue, 27 Aug 2013 20:46:24 +0000 (00:46 +0400)
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)
 {