[libgit2-glib] Do not call g_type_init explicitly anymore



commit a53c97c77ba868aa9123ceb45c558fcf6b182a81
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Sat Jun 29 17:19:42 2013 +0200

    Do not call g_type_init explicitly anymore

 tests/repository.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/repository.c b/tests/repository.c
index 9e01abc..0eeaef3 100644
--- a/tests/repository.c
+++ b/tests/repository.c
@@ -265,7 +265,7 @@ main (int    argc,
       char **argv)
 {
        ggit_init ();
-       g_type_init ();
+
        g_test_init (&argc, &argv, NULL);
 
 #define TEST(path, ftest) \


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