]> Shamusworld >> Repos - thunder/blobdiff - src/log.h
Added V63701, YM2151 emulation, more SDL 2 fixes.
[thunder] / src / log.h
old mode 100755 (executable)
new mode 100644 (file)
index 4b39b36..3367c34
--- a/src/log.h
+++ b/src/log.h
@@ -13,7 +13,7 @@
 extern "C" {
 #endif
 
-bool InitLog(char *);
+bool InitLog(const char *);
 void LogDone(void);
 void WriteLog(const char * text, ...);