mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
gdate: Fix minor typo in documentation comment
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
7dfaa47832
commit
450fa0a501
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user