From: nhmall Date: Mon, 1 Feb 2021 18:46:54 +0000 (-0500) Subject: yet-another typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0116e873427fe0a05c8b7f976f6224a0f67f061;p=nethack yet-another typo --- diff --git a/include/warnings.h b/include/warnings.h index 76f4fd3a9..01d10923f 100644 --- a/include/warnings.h +++ b/include/warnings.h @@ -56,7 +56,7 @@ #define DISABLE_WARNING_CONDEXPR_IS_CONSTANT \ _Pragma("warning( push )") \ _Pragma("warning( disable : 4127 )") -#define RESTORE_WARNINGCONDEXPR_IS_CONSTANT _Pragma("warning( pop )") +#define RESTORE_WARNING_CONDEXPR_IS_CONSTANT _Pragma("warning( pop )") #define RESTORE_WARNINGS _Pragma("warning( pop )") #define STDC_Pragma_AVAILABLE