From: "Michael S. Tsirkin" <mst@redhat.com>
To: Blue Swirl <blauwirbel@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 1/2] tests: missing ; in if 0
Date: Thu, 1 Oct 2009 07:51:38 +0200 [thread overview]
Message-ID: <20091001055138.GB5068@redhat.com> (raw)
In-Reply-To: <cover.1254376223.git.mst@redhat.com>
Fix missing ; in commented out code
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
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++) {
--
1.6.5.rc2
next parent reply other threads:[~2009-10-01 5:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1254376223.git.mst@redhat.com>
2009-10-01 5:51 ` Michael S. Tsirkin [this message]
2009-10-01 5:51 ` [Qemu-devel] [PATCH 2/2] hw/omap_dma: add matching {} in if 0 Michael S. Tsirkin
2009-10-01 13:05 ` Markus Armbruster
2009-10-01 13:10 ` Michael S. Tsirkin
2009-10-01 14:05 ` Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091001055138.GB5068@redhat.com \
--to=mst@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).