]> git.proxmox.com Git - qemu.git/commitdiff
tests: missing ; in if 0
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 2 Oct 2009 17:59:10 +0000 (17:59 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 2 Oct 2009 17:59:10 +0000 (17:59 +0000)
Fix missing ; in commented out code

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tests/sha1.c

index 2557344dffd854d2f061dc84f267fb06d6f0fa7f..3a76555825407bf9cc24558c6ad3b7b4c190c9f6 100644 (file)
@@ -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++) {