Skip to content

Commit 56dce9b

Browse files
committed
unterminated conditional directive
1 parent f74659a commit 56dce9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/crc32c.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ static inline uint32_t LE_LOAD32(const uint8_t *p) {
295295
static inline uint64_t LE_LOAD64(const uint8_t *p) {
296296
return DecodeFixed64(reinterpret_cast<const char*>(p));
297297
}
298-
#else
298+
#endif
299299

300300
static inline void Slow_CRC32(uint64_t* l, uint8_t const **p) {
301301
uint32_t c = *l ^ LE_LOAD32(*p);

0 commit comments

Comments
 (0)