On Wed, Apr 25, 2012 at 07:03:47PM -0400, Sean McGovern wrote:
> 
> --- a/tests/rotozoom.c
> +++ b/tests/rotozoom.c
> @@ -23,10 +23,21 @@
>  
> +static void check_result(size_t size)
> +{
> +    if(errno)
> +    {

For future reference: This is not K&R style, check out the relevant
section in the developer docs again, it should be

  if (...) {

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to