From 513d7fbee7ff9fe30f3d440ea50afd7d82cecfa4 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 29 Oct 2015 18:09:29 +0000 Subject: [PATCH] Revert accidental execution of s/windows/linux/g --- src/util/filesys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/filesys.cpp b/src/util/filesys.cpp index 8ae6f19..42ccb3e 100644 --- a/src/util/filesys.cpp +++ b/src/util/filesys.cpp @@ -43,7 +43,7 @@ std::string getTmpDirectory(bool editor_is_installed) // This code was nicked from Minetest, subject to LGPLv2 // See http://minetest.net #ifdef _WIN32 -#include +#include bool FileExists(const char* path) {