just call exit() once

Original commit message from CVS:
just call exit() once
This commit is contained in:
David I. Lehn 2001-05-10 20:25:29 +00:00
parent 38c9344701
commit 9eaced94af

View file

@ -74,5 +74,4 @@ main (int argc, char *argv[])
xmlSaveFile ("autoplug2_6.gst", gst_xml_write (element));
exit (0);
exit (0);
}