Correct include guard for function __attribute

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2020-12-17 18:23:31 +00:00
parent 9e3256aead
commit f8d733e49a

View file

@ -92,7 +92,7 @@
* *
* This module provides debugging functions. * This module provides debugging functions.
*/ */
#if (defined(_WIN32) || defined(_WIN64)) #if defined(__GNUC__)
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check)
#else #else
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \