]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed short name for CPU features header guard.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 4 Feb 2022 03:13:59 +0000 (19:13 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 6 Feb 2022 15:52:24 +0000 (16:52 +0100)
cpu_features.h

index 89d4a5d9925abf871708f9f4b49e900f8ec7c8f9..51a2f39e9225fd3e47cb1840ae12059de7b23f1d 100644 (file)
@@ -3,8 +3,8 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-#ifndef CPU_FEATURES
-#define CPU_FEATURES
+#ifndef CPU_FEATURES_H_
+#define CPU_FEATURES_H_
 
 #include "crc32_fold.h"