From: Matthias Clasen Date: Mon, 20 Dec 2004 16:10:30 +0000 (+0000) Subject: Fix last commit. X-Git-Tag: GLIB_2_6_1~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad90d2de03993b6c6b7cb0a280dc1ac8fff2d7da;p=platform%2Fupstream%2Fglib.git Fix last commit. --- 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,