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:
@ -153,7 +153,7 @@ main (int argc, char **argv)
|
||||
gchar *outfilename;
|
||||
int i;
|
||||
|
||||
g_type_init (0);
|
||||
g_type_init ();
|
||||
|
||||
|
||||
if (argc < 4)
|
||||
|
Reference in New Issue
Block a user