summaryrefslogtreecommitdiff
path: root/protocols/MSN
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-11-07 14:54:36 +0300
committerdartraiden <wowemuh@gmail.com>2018-11-07 14:54:36 +0300
commit876075a808fcc61e2d859e217937fe64ff09aa0e (patch)
treebda14ceb27861c9f7bf32b3ccbca8fb600336db3 /protocols/MSN
parentdeb3dda96648e7ae5b83c6ea3d35a92a0c1476fa (diff)
some files contains LF and CRLF simultaneously
Diffstat (limited to 'protocols/MSN')
-rw-r--r--protocols/MSN/src/skylogin/crc.h2
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 */