From 7817ebf45ad062753f969a1b41e7402900ebfcb6 Mon Sep 17 00:00:00 2001 From: Jonathan Chapple Date: Mon, 20 May 2019 06:44:20 -0700 Subject: [PATCH] Update date.h (#451) endf -> endif --- include/date/date.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/date/date.h b/include/date/date.h index 5731bbb..d99332b 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -98,7 +98,7 @@ namespace date // MSVC # ifndef _SILENCE_CXX17_UNCAUGHT_EXCEPTION_DEPRECATION_WARNING # define _SILENCE_CXX17_UNCAUGHT_EXCEPTION_DEPRECATION_WARNING -# endf +# endif # if _MSC_VER < 1910 // before VS2017 # define CONSTDATA const