From 4830d2134b630091057e58b6ff4f8e8c5470d2ac Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 28 Apr 2020 12:10:02 +0200 Subject: [PATCH] Use () after function name Signed-off-by: Gilles Peskine --- ChangeLog.d/error_const.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/error_const.txt b/ChangeLog.d/error_const.txt index a3ee45740c..e0086b74cf 100644 --- a/ChangeLog.d/error_const.txt +++ b/ChangeLog.d/error_const.txt @@ -1,6 +1,6 @@ Features * New functions in the error module return constant strings for - high- and low-level error codes, complementing mbedtls_strerror + high- and low-level error codes, complementing mbedtls_strerror() which constructs a string for any error code, including compound ones, but requires a writable buffer. Contributed by Gaurav Aggarwal in #3176.