]> granicus.if.org Git - postgresql/commitdiff
Oops, fix misspelled #endif
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 14 Apr 2015 19:00:52 +0000 (22:00 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 14 Apr 2015 19:00:52 +0000 (22:00 +0300)
I hope this fixes the Windows builfarm failures.

src/include/pg_config.h.win32

index d9fa711ab57a03a39d7153ba3130fe90c319a0bf..9db1f6f52441402c4fde200c501520f58c689aaa 100644 (file)
 /* 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 */