1
0
Fork 0

GUI: Fix double space in infobox

This commit is contained in:
Nukem 2016-02-15 19:18:57 -05:00
parent a6027b6136
commit 6034541458
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ void CPUInfoBox::disasmSelectionChanged(dsint parVA)
// File offset
curOffset = DbgFunctions()->VaToFileOffset(parVA);
info += QString("#%1 ").arg(curOffset, 0, 16, QChar('0')).toUpper() + " ";
info += QString("#%1 ").arg(curOffset, 0, 16, QChar('0')).toUpper();
}
// Function/label name