just call exit() once
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Thu, 10 May 2001 20:25:29 +0000 (20:25 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Thu, 10 May 2001 20:25:29 +0000 (20:25 +0000)
Original commit message from CVS:
just call exit() once

tests/autoplug2.c

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