]> Shamusworld >> Repos - stargem2/blobdiff - src/log.h
Fixed the dreaded demo failing bug! HUZZAH! Turned out to be an IRQ line
[stargem2] / src / log.h
index 4b39b363823aa7c667562f61723d47b421fcba8a..3367c340cf1effe5af36da38488cbaa5768ffcec 100755 (executable)
--- 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, ...);