From 450fa0a501fcadd27098cf3da63f581ba2bf4b83 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 10 Oct 2024 16:48:54 +0100 Subject: [PATCH] gdate: Fix minor typo in documentation comment Signed-off-by: Philip Withnall --- glib/gdate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gdate.c b/glib/gdate.c index c0d486c9d..c7c929ac3 100644 --- a/glib/gdate.c +++ b/glib/gdate.c @@ -2643,7 +2643,7 @@ win32_strftime_helper (const GDate *d, * make the \%F provided by the C99 strftime() work on Windows * where the C library only complies to C89. * - * Returns: number of characters written to the buffer, or 0 the buffer was too small + * Returns: number of characters written to the buffer, or `0` if the buffer was too small */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wformat-nonliteral"