diff options
-rw-r--r-- | src/libtomcrypt/src/headers/tomcrypt_cfg.h | 2 |
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 |