Commit 813b82b9 authored by Diego Biurrun's avatar Diego Biurrun

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

parent 15ea1ac6
......@@ -923,7 +923,7 @@ check_type(){
}
check_struct(){
log check_type "$@"
log check_struct "$@"
headers=$1
struct=$2
member=$3
......
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