From 4c909358fd737dd688ba02092b6bce89d06c4174 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 1 Mar 2008 16:27:50 +0000 Subject: [PATCH] fix last commit. 2008-03-01 Benjamin Otte * glib/glist.c: fix last commit. svn path=/trunk/; revision=6609 --- ChangeLog | 5 +++++ glib/glist.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e3e9e7149..bea7efd3e 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 a7d60df04..8717f9c8e 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