diff libtomcrypt/src/headers/tomcrypt_argchk.h @ 1733:d529a52b2f7c coverity coverity

merge coverity from main
author Matt Johnston <matt@ucc.asn.au>
date Fri, 26 Jun 2020 21:07:34 +0800
parents 1ff2a1034c52
children
line wrap: on
line diff
--- a/libtomcrypt/src/headers/tomcrypt_argchk.h	Thu Mar 21 23:28:59 2019 +0800
+++ b/libtomcrypt/src/headers/tomcrypt_argchk.h	Fri Jun 26 21:07:34 2020 +0800
@@ -45,7 +45,7 @@
 
 #elif ARGTYPE == 3
 
-#define LTC_ARGCHK(x) 
+#define LTC_ARGCHK(x)
 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x)
 
 #elif ARGTYPE == 4