From 05d3a57b8a1ac88e22657290396a9b334a2bee1a Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 15 May 2021 19:34:58 +0200 Subject: Fixed #endif --- src/libtomcrypt/src/headers/tomcrypt_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libtomcrypt') diff --git a/src/libtomcrypt/src/headers/tomcrypt_cfg.h b/src/libtomcrypt/src/headers/tomcrypt_cfg.h index 15f4933..335d55f 100644 --- a/src/libtomcrypt/src/headers/tomcrypt_cfg.h +++ b/src/libtomcrypt/src/headers/tomcrypt_cfg.h @@ -32,7 +32,7 @@ LTC_EXPORT void LTC_CALL XQSORT(void *base, size_t nmemb, size_t size, int(LTC_C /* change the clock function too */ LTC_EXPORT clock_t LTC_CALL XCLOCK(void); -#endif LTC_NO_PROTOTYPES +#endif // LTC_NO_PROTOTYPES /* various other functions */ #ifndef LTC_NO_PROTOTYPES_MEMCPY -- cgit v1.2.3