aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2021-05-15 19:34:58 +0200
committerLadislav Zezula <ladislav.zezula@avast.com>2021-05-15 19:34:58 +0200
commit05d3a57b8a1ac88e22657290396a9b334a2bee1a (patch)
tree19266c6af697656321e84eb3ac28adc5829eb68a
parent026e9b23ad7fd105b2b171cce0ea4ea965a30dd9 (diff)
Fixed #endif
-rw-r--r--src/libtomcrypt/src/headers/tomcrypt_cfg.h2
1 files changed, 1 insertions, 1 deletions
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