public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [PUSHED] Remove double semicolon
@ 2022-06-30 16:00 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-30 16:00 UTC (permalink / raw)
  To: dwz; +Cc: Mark Wielaard

	* 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-30 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30 16:00 [PUSHED] Remove double semicolon Mark Wielaard

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).