1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

configure: remove stray semicolon

Originally committed as revision 22445 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-03-11 00:42:13 +00:00
parent 54a2ae3728
commit 3952471da5

2
configure vendored
View File

@ -315,7 +315,7 @@ filter(){
map(){
m=$1
shift
for _; do; eval $m; done
for _; do eval $m; done
}
set_all(){