mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 13:24:13 +02:00
Fix a typo. (#398203, Owen Taylor)
2007-01-18 Matthias Clasen <mclasen@redhat.com> * glib/gdate.c (g_date_set_time): Fix a typo. (#398203, Owen Taylor) svn path=/trunk/; revision=5297
This commit is contained in:
committed by
Matthias Clasen
parent
aba53667cc
commit
5eacb58af5
@@ -931,7 +931,7 @@ g_date_set_time_t (GDate *date,
|
||||
*/
|
||||
void
|
||||
g_date_set_time (GDate *date,
|
||||
GTime *time_)
|
||||
GTime time_)
|
||||
{
|
||||
g_date_set_time_t (date, (time_t) time_);
|
||||
}
|
||||
|
Reference in New Issue
Block a user