]> 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 8c12fcb..f72795e
--- a/src/log.h
+++ b/src/log.h
@@ -1,22 +1,22 @@
-//\r
-// LOG.H\r
-//\r
-\r
-#ifndef __LOG_H__\r
-#define __LOG_H__\r
-\r
-// Make this header work with either C or C++\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-bool InitLog(char *);\r
-void LogDone(void);\r
-void WriteLog(const char * text, ...);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif // __LOG_H__\r
+//
+// LOG.H
+//
+
+#ifndef __LOG_H__
+#define __LOG_H__
+
+// Make this header work with either C or C++
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+bool InitLog(const char *);
+void LogDone(void);
+void WriteLog(const char * text, ...);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // __LOG_H__