diff options
Diffstat (limited to 'protocols/MSN')
-rw-r--r-- | protocols/MSN/src/skylogin/crc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */
|