summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 886f54f12..e7641235f 100644
--- a/src/main.h
+++ b/src/main.h
@@ -57,7 +57,7 @@
#endif
#if defined __APPLE__
-#define PACKAGE_OS "Apple"
+#define PACKAGE_OS "Mac OSX"
#elif defined(__ANDROID__) || defined(ANDROID)
#define PACKAGE_OS "Android"
#elif defined __FreeBSD__ || defined __DragonFly__