Skip to content

Commit b73e7a0

Browse files
committed
Oops, fix misspelled #endif
I hope this fixes the Windows builfarm failures.
1 parent b4eb2d1 commit b73e7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/pg_config.h.win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@
648648
/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
649649
#if (_MSC_VER < 1500)
650650
#define USE_SLICING_BY_8_CRC32C 1
651-
#end
651+
#endif
652652

653653
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
654654
/* #undef USE_SSE42_CRC32C */

0 commit comments

Comments
 (0)