Fix missing #endif

This commit is contained in:
Francis ANDRE 2018-05-06 22:01:34 +02:00
parent 26fa1b9e6b
commit e241c282ef

View File

@ -228,7 +228,7 @@
#elif defined(__riscv) && (__riscv_xlen == 64) #elif defined(__riscv) && (__riscv_xlen == 64)
#define POCO_ARCH POCO_ARCH_RISCV64 #define POCO_ARCH POCO_ARCH_RISCV64
#define POCO_ARCH_LITTLE_ENDIAN 1 #define POCO_ARCH_LITTLE_ENDIAN 1
endif #endif
#if defined(_MSC_VER) #if defined(_MSC_VER)