Commit 7beb802b authored by Måns Rullgård's avatar Måns Rullgård

fix a silly typo (1l to myself)

Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 24e15910
......@@ -653,7 +653,7 @@ for opt do
case "$opt" in
--log)
;;
--log=*) log="${opt#*-}"
--log=*) log="${opt#*=}"
;;
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes
;;
......
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