]> Shamusworld >> Repos - virtualjaguar/commitdiff
Minor cosmetic change
authorShamus Hammons <jlhamm@acm.org>
Tue, 1 Jun 2004 19:16:12 +0000 (19:16 +0000)
committerShamus Hammons <jlhamm@acm.org>
Tue, 1 Jun 2004 19:16:12 +0000 (19:16 +0000)
src/include/blitter.h
src/include/crc32.h

index 50471c23ae134db0e1b12eb55e2b8cd9822a4077..73680e6ab1034cb82d3f2d993b4372412d81facc 100644 (file)
@@ -22,4 +22,4 @@ extern uint8 blitter_working;
 //For testing only...
 void LogBlit(void);
 
-#endif
+#endif // __BLITTER_H__
index dc74b5aa0013b0992b2b9ecd5cd24e649d61ab25..ceddd03f009ba26425427b53c6fd7d891911a155 100644 (file)
@@ -1,6 +1,10 @@
+//
+// CRC32.H
+//
+
 #ifndef __CRC32_H__
 #define __CRC32_H__
 
-int crc32_calcCheckSum(unsigned char *data, unsigned int length);
+int crc32_calcCheckSum(unsigned char * data, unsigned int length);
 
-#endif
+#endif // __CRC32_H__