diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-22 20:58:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-22 20:58:37 +0000 |
commit | 48deca637904679e81a7a4e0fc7f9964835ae005 (patch) | |
tree | 75b2ff16ce5266e10c6c397f47ecde5675e8d51d /ChangeLog.pre-2-4 | |
parent | 2efb5e1cd8b8600eca30a0f188cb522cf24e74ad (diff) | |
download | glib-48deca637904679e81a7a4e0fc7f9964835ae005.tar.gz |
Trivial warning fix.
2004-04-22 Matthias Clasen <mclasen@redhat.com>
* tests/testglib.c (main): Trivial warning fix.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 54b41fcc0..1075765c2 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2004-04-22 Matthias Clasen <mclasen@redhat.com> + * tests/testglib.c (main): Trivial warning fix. (#140345) + * tests/queue-test.c (main): Add some tests for off-by-one errors. * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one |