Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Compat/Mac/mac_compat.h')
-rw-r--r--Source/Compat/Mac/mac_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Compat/Mac/mac_compat.h b/Source/Compat/Mac/mac_compat.h
index 57f4336b..0f0768a7 100644
--- a/Source/Compat/Mac/mac_compat.h
+++ b/Source/Compat/Mac/mac_compat.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: mac_compat.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -25,5 +25,5 @@
#include <string>
namespace MacCompat {
- std::string GetAppPath();
+std::string GetAppPath();
}