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

configure: Fix silly typo in logging command of check_struct()

This commit is contained in:
Diego Biurrun 2013-03-04 22:56:41 +01:00
parent 15ea1ac695
commit 813b82b927

2
configure vendored
View File

@ -923,7 +923,7 @@ check_type(){
}
check_struct(){
log check_type "$@"
log check_struct "$@"
headers=$1
struct=$2
member=$3