summaryrefslogtreecommitdiff
path: root/src/os/macosx/macos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/macosx/macos.h')
-rw-r--r--src/os/macosx/macos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/macosx/macos.h b/src/os/macosx/macos.h
index 7b579e728..82f1db4c9 100644
--- a/src/os/macosx/macos.h
+++ b/src/os/macosx/macos.h
@@ -31,8 +31,8 @@ void ShowMacDialog ( const char *title, const char *message, const char *buttonL
void ShowMacAssertDialog ( const char *function, const char *file, const int line, const char *expression );
void ShowMacErrorDialog(const char *error);
-// Since MacOS X users will never see an assert unless they started the game from a terminal
-// we're using a custom assert(e) macro.
+/* Since MacOS X users will never see an assert unless they started the game from a terminal
+ * we're using a custom assert(e) macro. */
#undef assert
#ifdef NDEBUG