Fix args to g_type_init ().

Thu Jun 28 21:54:19 2001  Owen Taylor  <otaylor@redhat.com>

	* make-inline-pixbuf.c test-gdk-pixbuf.c test-loaders.c
	gdk-pixbuf-csource.c: Fix args to g_type_init ().
This commit is contained in:
Owen Taylor
2001-06-29 02:53:01 +00:00
committed by Owen Taylor
parent 0bee26c7ba
commit 0a2fce4577
5 changed files with 9 additions and 4 deletions

View File

@ -153,7 +153,7 @@ main (int argc, char **argv)
gchar *outfilename;
int i;
g_type_init (0);
g_type_init ();
if (argc < 4)