From a50dc1b86722161f9ccbcab3c43447cb8faac01e Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 10 Sep 2025 09:30:51 +0200 Subject: [PATCH] Header guard change --- crc32/crc32_nolookup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crc32/crc32_nolookup.h b/crc32/crc32_nolookup.h index a594046..c351fad 100644 --- a/crc32/crc32_nolookup.h +++ b/crc32/crc32_nolookup.h @@ -1,5 +1,5 @@ -#ifndef CRC32_H -#define CRC32_H +#ifndef CRC32_NOLOOKUP_H +#define CRC32_NOLOOKUP_H #include #include