projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
370ce29
)
tests: missing ; in if 0
author
Michael S. Tsirkin
<mst@redhat.com>
Fri, 2 Oct 2009 17:59:10 +0000
(17:59 +0000)
committer
Blue 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
patch
|
blob
|
history
diff --git
a/tests/sha1.c
b/tests/sha1.c
index 2557344dffd854d2f061dc84f267fb06d6f0fa7f..3a76555825407bf9cc24558c6ad3b7b4c190c9f6 100644
(file)
--- 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++) {