Merge branch 'date-docs-typo-fix' into 'main'

gdate: Fix minor typo in documentation comment

See merge request GNOME/glib!4346
This commit is contained in:
Michael Catanzaro 2024-10-10 16:59:18 +00:00
commit 67baaaded2

View File

@ -2643,7 +2643,7 @@ win32_strftime_helper (const GDate *d,
* make the \%F provided by the C99 strftime() work on Windows * make the \%F provided by the C99 strftime() work on Windows
* where the C library only complies to C89. * 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 push
#pragma GCC diagnostic ignored "-Wformat-nonliteral" #pragma GCC diagnostic ignored "-Wformat-nonliteral"