diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-03-04 22:56:41 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-03-05 11:04:37 +0100 |
commit | 813b82b927b19532e3bc3397b972c8a27b9f6326 (patch) | |
tree | ea2e50fcaf81036ca5071be7877ef0c30f7da32c | |
parent | 15ea1ac695d7197e14f01620a709924277c52861 (diff) | |
download | ffmpeg-813b82b927b19532e3bc3397b972c8a27b9f6326.tar.gz |
configure: Fix silly typo in logging command of check_struct()
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -923,7 +923,7 @@ check_type(){ } check_struct(){ - log check_type "$@" + log check_struct "$@" headers=$1 struct=$2 member=$3 |