]> Shamusworld >> Repos - apple2/blobdiff - src/log.h
Added floppy #2 saving, statistics to makefile.
[apple2] / src / log.h
old mode 100755 (executable)
new mode 100644 (file)
index 7e9396e..f72795e
--- a/src/log.h
+++ b/src/log.h
@@ -11,7 +11,7 @@
 extern "C" {
 #endif
 
-bool InitLog(char *);
+bool InitLog(const char *);
 void LogDone(void);
 void WriteLog(const char * text, ...);