Fix typo in '#endif' in gcconfig.h
authorIvan Maidanski <ivmai@mail.ru>
Wed, 14 Nov 2018 08:32:34 +0000 (11:32 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 14 Nov 2018 08:32:34 +0000 (11:32 +0300)
(fix of commit 85422f3)

* include/private/gcconfig.h [CPPCHECK]: Fix typo in pragma ("#endif").

include/private/gcconfig.h

index a75a7e7..bdb8a69 100644 (file)
@@ -31,7 +31,7 @@
 # undef POINTER_MASK
 # undef POINTER_SHIFT
 # undef REDIRECT_REALLOC
-#enfif
+#endif
 
 #ifndef PTR_T_DEFINED
   typedef char * ptr_t;