From 9eaced94afc1e5e58a0199383f00fefa3c98f911 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 10 May 2001 20:25:29 +0000 Subject: [PATCH] just call exit() once Original commit message from CVS: just call exit() once --- tests/autoplug2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/autoplug2.c b/tests/autoplug2.c index 8076fa2dea..8d2aee91d8 100644 --- a/tests/autoplug2.c +++ b/tests/autoplug2.c @@ -74,5 +74,4 @@ main (int argc, char *argv[]) xmlSaveFile ("autoplug2_6.gst", gst_xml_write (element)); exit (0); - exit (0); }