diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2007-08-11 13:11:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-11 13:11:30 +0000 |
commit | 5c14a7955ee8828dc06456b92cd030e512bccabf (patch) | |
tree | da47bf6b2ff9d3bc07a610ce93ee5672381e4219 /ffmpeg.c | |
parent | c20bd3e0d8b18a19dc0667f1f74700a6518c046c (diff) | |
download | ffmpeg-5c14a7955ee8828dc06456b92cd030e512bccabf.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } /** |