From d6e633edd02359a548b46dcc80e397845ba01ebe Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 27 Apr 2020 16:10:43 +0200 Subject: [PATCH] Fix typo. --- server/TracySourceView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index fb71d383..5d67e3d0 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1743,7 +1743,7 @@ void SourceView::RenderAsmLine( const AsmLine& line, uint32_t ipcnt, uint32_t ip } if( m_showJumps ) { - const auto JumpArrow = JumpArrowBase * ty / 15;; + const auto JumpArrow = JumpArrowBase * ty / 15; ImGui::SameLine( 0, 2*ty + JumpArrow + m_maxJumpLevel * JumpSeparation ); auto jit = m_jumpOut.find( line.addr ); if( jit != m_jumpOut.end() )