X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_crc32.h;h=8e2c212614ff0818dd1a0f2f782da84549d88587;hb=a0412f28fc15eb04a9a630678a97b6bce2d71fb1;hp=cf60d24d7c6e94c62865bea365b8410fb649f5e1;hpb=ea3a86f0ff50f12650aae7eea033984a8ae0eba5;p=collectd.git diff --git a/src/utils_crc32.h b/src/utils_crc32.h index cf60d24d..8e2c2126 100644 --- a/src/utils_crc32.h +++ b/src/utils_crc32.h @@ -27,6 +27,6 @@ #ifndef UTILS_CRC32_H #define UTILS_CRC32_H 1 -uint32_t crc32_buffer(const unsigned char *, size_t); +uint32_t crc32_buffer(const unsigned char *, size_t); #endif