]> Shamusworld >> Repos - rmac/blobdiff - mach.h
Various cleanups to fix compiler warnings.
[rmac] / mach.h
diff --git a/mach.h b/mach.h
index c76f1095415f58da1ae68fe911eab399954c5fa1..65ea1488867b9c35d5960e4fdd0f1e43ee01d22a 100644 (file)
--- a/mach.h
+++ b/mach.h
@@ -1,9 +1,10 @@
-////////////////////////////////////////////////////////////////////////////////////////////////////
+//
 // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
 // MACH.H - Code Generation
 // Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source Utilised with the Kind Permission of Landon Dyer
+//
 
 #ifndef __MACH_H__
 #define __MACH_H__
@@ -44,4 +45,4 @@ int m_trap(WORD, WORD);
 int m_movem(WORD, WORD);
 int m_clra(WORD, WORD);
 
-#endif // __MACH_H__
\ No newline at end of file
+#endif // __MACH_H__