Commit 88381412 authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

Make ffserver -h exit 0.

patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 10103 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9d4edf96
......@@ -4443,7 +4443,7 @@ int main(int argc, char **argv)
case '?':
case 'h':
show_help();
exit(1);
exit(0);
case 'n':
no_launch = 1;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment