---
 lib/strftime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/strftime.c b/lib/strftime.c
index 41e7c5477c..a78b9b8cef 100644
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -225,7 +225,7 @@ typedef size_t retval_t;
 # define FAILURE 0
 #else
 typedef sbyte_count_t retval_t;
-# define FAILURE -1
+# define FAILURE (-1)
 #endif
 
 #if FPRINTFTIME
-- 
2.51.0


Reply via email to