From ad90d2de03993b6c6b7cb0a280dc1ac8fff2d7da Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 20 Dec 2004 16:10:30 +0000 Subject: [PATCH] Fix last commit. --- glib/gunicollate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gunicollate.c b/glib/gunicollate.c index c70b8e5..1ca8277 100644 --- a/glib/gunicollate.c +++ b/glib/gunicollate.c @@ -42,8 +42,8 @@ * compare the keys with strcmp() when * sorting instead of sorting the original strings. * - * Return value: < 0 if @str1 compares before @str2, - * 0 if they compare equal, > 0 if @str1 compares after @str2. + * Return value: < 0 if @str1 compares before @str2, + * 0 if they compare equal, > 0 if @str1 compares after @str2. **/ gint g_utf8_collate (const gchar *str1, -- 2.7.4