aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-04-14 22:00:52 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-04-14 22:00:52 +0300
commitb73e7a0716264e5159947b1a755b9ab864142489 (patch)
treeea25f140cca96498631c448ff72948d7f05060b0
parentb4eb2d168d2c426978a02de8b9b6ccdb85e1b442 (diff)
downloadpostgresql-b73e7a0716264e5159947b1a755b9ab864142489.tar.gz
postgresql-b73e7a0716264e5159947b1a755b9ab864142489.zip
Oops, fix misspelled #endif
I hope this fixes the Windows builfarm failures.
-rw-r--r--src/include/pg_config.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index d9fa711ab57..9db1f6f5244 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 */