From: Benjamin Otte Date: Sat, 1 Mar 2008 16:27:50 +0000 (+0000) Subject: fix last commit. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4c909358fd737dd688ba02092b6bce89d06c4174;p=dana%2Fcg-glib.git fix last commit. 2008-03-01 Benjamin Otte * glib/glist.c: fix last commit. svn path=/trunk/; revision=6609 --- diff --git a/ChangeLog b/ChangeLog index e3e9e714..bea7efd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-01 Benjamin Otte + + * glib/glist.c: + fix last commit. + 2008-02-29 Matthias Clasen * glib/gslist.c: diff --git a/glib/glist.c b/glib/glist.c index a7d60df0..8717f9c8 100644 --- a/glib/glist.c +++ b/glib/glist.c @@ -88,7 +88,7 @@ g_list_free_1 (GList *list) * * The return value is the new start of the list, which * may have changed, so make sure you store the new value. - * + * * * * Note that g_list_append() has to traverse the entire list