From e241c282ef146e646152b5e7b5ad4d4ab81990fe Mon Sep 17 00:00:00 2001 From: Francis ANDRE Date: Sun, 6 May 2018 22:01:34 +0200 Subject: [PATCH] Fix missing #endif --- Foundation/include/Poco/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/include/Poco/Platform.h b/Foundation/include/Poco/Platform.h index ffc5a04cd..2e8b34e78 100644 --- a/Foundation/include/Poco/Platform.h +++ b/Foundation/include/Poco/Platform.h @@ -228,7 +228,7 @@ #elif defined(__riscv) && (__riscv_xlen == 64) #define POCO_ARCH POCO_ARCH_RISCV64 #define POCO_ARCH_LITTLE_ENDIAN 1 -endif +#endif #if defined(_MSC_VER)