gdate: Fix minor typo in documentation comment

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-10-10 16:48:54 +01:00
parent 7dfaa47832
commit 450fa0a501
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -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"