Commit b73e7a07 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Oops, fix misspelled #endif

I hope this fixes the Windows builfarm failures.
parent b4eb2d16
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment