qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 09/13] tests: unmatched brackets in if 0


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH 09/13] tests: unmatched brackets in if 0
Date: Wed, 30 Sep 2009 22:14:15 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

"Michael S. Tsirkin" <address@hidden> writes:

> Fix unmatched braket in commented out code
>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
>  tests/sha1.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/sha1.c b/tests/sha1.c
> index 2557344..3a76555 100644
> --- a/tests/sha1.c
> +++ b/tests/sha1.c
> @@ -190,7 +190,7 @@ unsigned char c;
>       int j;
>  
>       for (j = 0; j < 4; t >>= 8, j++)
> -         *--fcp = (unsigned char) t
> +         *--fcp = (unsigned char) t;
>      }
>  #else
>      for (i = 0; i < 8; i++) {

Good fix, bad commit message :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]