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
1 changed files with 1 additions and 1 deletions

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