Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
index c31a2ce..f7d06d0 100644
--- a/include/mbedtls/mbedtls_config.h
+++ b/include/mbedtls/mbedtls_config.h
@@ -3103,7 +3103,7 @@
* If the implementation here is empty, this will effectively disable the
* checking of functions' return values.
*/
-//#define MBEDTLS_CHECK_RETURN __attribute__(__warn_unused_result__)
+//#define MBEDTLS_CHECK_RETURN __attribute__((__warn_unused_result__))
/* PSA options */
/**