diff options
author | Colin Walters <walters@src.gnome.org> | 2008-10-25 15:48:50 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-10-25 15:48:50 +0000 |
commit | eeafb44f21503002e780511daf12727b0e812755 (patch) | |
tree | 472409c44e0160162f184839f7ce5e8fc21d40e4 /tests | |
parent | e3b4b8e6f83f900cfb744b9e323b37f1241856ac (diff) | |
download | gobject-introspection-eeafb44f21503002e780511daf12727b0e812755.tar.gz |
Bug 557791 – g_irepository_require() could return a GTypelib *
svn path=/trunk/; revision=816
Diffstat (limited to 'tests')
-rw-r--r-- | tests/repository/gitestrepo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repository/gitestrepo.c b/tests/repository/gitestrepo.c index df2fc449..fcfa5177 100644 --- a/tests/repository/gitestrepo.c +++ b/tests/repository/gitestrepo.c @@ -35,7 +35,7 @@ int main(int argc, char **argv) { GIRepository *repo; - gboolean ret; + GTypelib *ret; GError *error = NULL; GIBaseInfo *info; GType gtype; |