Module: libav Branch: master Commit: 813b82b927b19532e3bc3397b972c8a27b9f6326
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Mar 4 22:56:41 2013 +0100 configure: Fix silly typo in logging command of check_struct() --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 1aae93b..a933546 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
