summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-03-04 22:56:41 +0100
committerDiego Biurrun <diego@biurrun.de>2013-03-05 11:04:37 +0100
commit813b82b927b19532e3bc3397b972c8a27b9f6326 (patch)
treeea2e50fcaf81036ca5071be7877ef0c30f7da32c /configure
parent15ea1ac695d7197e14f01620a709924277c52861 (diff)
configure: Fix silly typo in logging command of check_struct()
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1aae93b3d2..a933546091 100755
--- a/configure
+++ b/configure
@@ -923,7 +923,7 @@ check_type(){
}
check_struct(){
- log check_type "$@"
+ log check_struct "$@"
headers=$1
struct=$2
member=$3