From b73e7a0716264e5159947b1a755b9ab864142489 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 14 Apr 2015 22:00:52 +0300 Subject: [PATCH] Oops, fix misspelled #endif I hope this fixes the Windows builfarm failures. --- src/include/pg_config.h.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index d9fa711ab5..9db1f6f524 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -648,7 +648,7 @@ /* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */ #if (_MSC_VER < 1500) #define USE_SLICING_BY_8_CRC32C 1 -#end +#endif /* Define to 1 use Intel SSE 4.2 CRC instructions. */ /* #undef USE_SSE42_CRC32C */