From: Shamus Hammons Date: Tue, 1 Jun 2004 19:16:12 +0000 (+0000) Subject: Minor cosmetic change X-Git-Tag: 1.0.7~27 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331f5e1b912030468a34236930566d8a031ba9ce;p=virtualjaguar Minor cosmetic change --- diff --git a/src/include/blitter.h b/src/include/blitter.h index 50471c2..73680e6 100644 --- a/src/include/blitter.h +++ b/src/include/blitter.h @@ -22,4 +22,4 @@ extern uint8 blitter_working; //For testing only... void LogBlit(void); -#endif +#endif // __BLITTER_H__ diff --git a/src/include/crc32.h b/src/include/crc32.h index dc74b5a..ceddd03 100644 --- a/src/include/crc32.h +++ b/src/include/crc32.h @@ -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__