2010/1/15 Jim Meyering <jim(a)meyering.net>:
Matthias Bolte wrote:
> Commit 5073aa994af460e775cb3e548528e28d7660fcc8 added an additional
> '}' to a case block that messed up the block structure of the get_files
> function.
> ---
> src/security/virt-aa-helper.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
> index 3c8b49a..1b0b2cd 100644
> --- a/src/security/virt-aa-helper.c
> +++ b/src/security/virt-aa-helper.c
> @@ -851,7 +851,6 @@ get_files(vahControl * ctl)
> if (rc != 0)
> goto clean;
> break;
> - }
> }
ACK. Obviously fixes the compilation failure.
Thanks, pushed.
Matthias