Commit 3952471d authored by Måns Rullgård's avatar Måns Rullgård

configure: remove stray semicolon

Originally committed as revision 22445 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 54a2ae37
......@@ -315,7 +315,7 @@ filter(){
map(){
m=$1
shift
for _; do; eval $m; done
for _; do eval $m; done
}
set_all(){
......
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