[PATCH 2/2] _GCRY_GCC_ATTR_SENTINEL: Fix typo

Rafaël Carré funman at videolan.org
Fri May 9 19:06:25 CEST 2014


---
 src/gcrypt.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index c84a3f7..e2d3245 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -102,7 +102,7 @@ extern "C" {
 
 #define _GCRY_GCC_ATTR_PRINTF(f,a)  __attribute__ ((format (printf,f,a)))
 
-#if _GCRT_GCC_VERSION >= 40000
+#if _GCRY_GCC_VERSION >= 40000
 #define _GCRY_GCC_ATTR_SENTINEL(a) __attribute__ ((sentinel(a)))
 #endif
 
-- 
1.9.2




More information about the Gcrypt-devel mailing list