summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2007-08-11 13:11:30 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-11 13:11:30 +0000
commit5c14a7955ee8828dc06456b92cd030e512bccabf (patch)
treeda47bf6b2ff9d3bc07a610ce93ee5672381e4219 /ffmpeg.c
parentc20bd3e0d8b18a19dc0667f1f74700a6518c046c (diff)
Make show-license exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index f3e880920e..40aacd7017 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3760,7 +3760,7 @@ static void opt_show_license(void)
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n"
);
#endif
- exit(1);
+ exit(0);
}
/**