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 /ffserver.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 'ffserver.c')
-rw-r--r-- | ffserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c index b53c0ecee3..c397d4b0de 100644 --- a/ffserver.c +++ b/ffserver.c @@ -4439,7 +4439,7 @@ int main(int argc, char **argv) switch(c) { case 'L': show_license(); - exit(1); + exit(0); case '?': case 'h': show_help(); |