[glib] Fix bug base in array-test



commit b21b3a01c776275197f0d31538c2c36ace8860ea
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Feb 15 00:02:42 2011 -0500

    Fix bug base in array-test

 glib/tests/array-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/tests/array-test.c b/glib/tests/array-test.c
index c570a8e..69d52b5 100644
--- a/glib/tests/array-test.c
+++ b/glib/tests/array-test.c
@@ -764,7 +764,7 @@ main (int argc, char *argv[])
 {
   g_test_init (&argc, &argv, NULL);
 
-  g_test_bug_base ("http://bugs.gnome.org/%s";);
+  g_test_bug_base ("http://bugs.gnome.org/";);
 
   /* array tests */
   g_test_add_func ("/array/append", array_append);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]