mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 17:36:14 +01:00
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:
commit
67baaaded2
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user