From 876075a808fcc61e2d859e217937fe64ff09aa0e Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 7 Nov 2018 14:54:36 +0300 Subject: some files contains LF and CRLF simultaneously --- protocols/MSN/src/skylogin/crc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/MSN') diff --git a/protocols/MSN/src/skylogin/crc.h b/protocols/MSN/src/skylogin/crc.h index d2964e841b..27b997d314 100644 --- a/protocols/MSN/src/skylogin/crc.h +++ b/protocols/MSN/src/skylogin/crc.h @@ -3,4 +3,4 @@ /* This computes a 32 bit CRC of the data in the buffer, and returns the CRC. The polynomial used is 0xedb88320. */ unsigned int crc32(const unsigned char *buf, unsigned int len, int salt); -#endif /* CRC_H */ +#endif /* CRC_H */ -- cgit v1.2.3