]> git.sesse.net Git - ffmpeg/commitdiff
configure: Fix silly typo in logging command of check_struct()
authorDiego Biurrun <diego@biurrun.de>
Mon, 4 Mar 2013 21:56:41 +0000 (22:56 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 5 Mar 2013 10:04:37 +0000 (11:04 +0100)
configure

index 1aae93b3d243ca192cc12eb46d8607ede8407ebe..a9335460910b2e1acbade5fe78e73f3da854e5ba 100755 (executable)
--- a/configure
+++ b/configure
@@ -923,7 +923,7 @@ check_type(){
 }
 
 check_struct(){
-    log check_type "$@"
+    log check_struct "$@"
     headers=$1
     struct=$2
     member=$3