Oops, fix misspelled #endif

I hope this fixes the Windows builfarm failures.
This commit is contained in:
Heikki Linnakangas 2015-04-14 22:00:52 +03:00
parent b4eb2d168d
commit b73e7a0716
1 changed files with 1 additions and 1 deletions

View File

@ -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 */