public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: dwz@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PUSHED] Remove double semicolon
Date: Thu, 30 Jun 2022 18:00:34 +0200	[thread overview]
Message-ID: <20220630160034.30234-1-mark@klomp.org> (raw)

	* dwz.c (read_debug_line): Remove double ;;
---
 dwz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwz.c b/dwz.c
index 5f94c1d..4856d23 100644
--- a/dwz.c
+++ b/dwz.c
@@ -1770,7 +1770,7 @@ read_debug_line (DSO *dso, dw_cu_ref cu, uint32_t off)
 		    {
 		    case DW_FORM_string:
 		      f = (char *) ptr;
-		      end = strchr ((char *)ptr, 0) + 1;;
+		      end = strchr ((char *)ptr, 0) + 1;
 		      break;
 		    case DW_FORM_strp:
 		      {
-- 
2.18.4


                 reply	other threads:[~2022-06-30 16:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220630160034.30234-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=dwz@sourceware.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 read-only IMAP folder(s) and NNTP newsgroup(s).