minor comment fix.

Sun Nov 28 12:07:29 2004  Manish Singh  <yosh@gimp.org>

        * tests/utf8-validate.c: minor comment fix.
This commit is contained in:
Manish Singh 2004-11-28 20:08:14 +00:00 committed by Manish Singh
parent 7735d799c5
commit adde534014
6 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
* tests/utf8-validate.c: minor comment fix.
2004-11-28 Matthias Clasen <mclasen@redhat.com> 2004-11-28 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.h: * glib/gconvert.h:

View File

@ -1,3 +1,7 @@
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
* tests/utf8-validate.c: minor comment fix.
2004-11-28 Matthias Clasen <mclasen@redhat.com> 2004-11-28 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.h: * glib/gconvert.h:

View File

@ -1,3 +1,7 @@
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
* tests/utf8-validate.c: minor comment fix.
2004-11-28 Matthias Clasen <mclasen@redhat.com> 2004-11-28 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.h: * glib/gconvert.h:

View File

@ -1,3 +1,7 @@
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
* tests/utf8-validate.c: minor comment fix.
2004-11-28 Matthias Clasen <mclasen@redhat.com> 2004-11-28 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.h: * glib/gconvert.h:

View File

@ -1,3 +1,7 @@
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
* tests/utf8-validate.c: minor comment fix.
2004-11-28 Matthias Clasen <mclasen@redhat.com> 2004-11-28 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.h: * glib/gconvert.h:

View File

@ -35,7 +35,7 @@ struct {
gint offset; gint offset;
gboolean valid; gboolean valid;
} test[] = { } test[] = {
/* some tests to check max_len handling /* some tests to check max_len handling */
/* length 1 */ /* length 1 */
{ "abcde", -1, 5, TRUE }, { "abcde", -1, 5, TRUE },
{ "abcde", 3, 3, TRUE }, { "abcde", 3, 3, TRUE },