From: Ivan Maidanski Date: Wed, 14 Nov 2018 08:32:34 +0000 (+0300) Subject: Fix typo in '#endif' in gcconfig.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22b7fe6276e0e6915171ab72efd38f8add5f7adb;p=gc Fix typo in '#endif' in gcconfig.h (fix of commit 85422f3) * include/private/gcconfig.h [CPPCHECK]: Fix typo in pragma ("#endif"). --- diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index a75a7e7b..bdb8a690 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -31,7 +31,7 @@ # undef POINTER_MASK # undef POINTER_SHIFT # undef REDIRECT_REALLOC -#enfif +#endif #ifndef PTR_T_DEFINED typedef char * ptr_t;