summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index 7f5b6a776..83694e3ea 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -38,7 +38,7 @@ void GamelogReset();
* @param s The string to print.
*/
typedef void GamelogPrintProc(const char *s);
-void GamelogPrint(GamelogPrintProc *proc); // needed for WIN32 / WINCE crash.log
+void GamelogPrint(GamelogPrintProc *proc); // needed for WIN32 crash.log
void GamelogPrintDebug(int level);
void GamelogPrintConsole();