Skip to content
Snippets Groups Projects
Commit 7beb802b authored by Måns Rullgård's avatar Måns Rullgård
Browse files

fix a silly typo (1l to myself)

Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 24e15910
No related branches found
No related tags found
No related merge requests found
......@@ -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
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment