Add missing breaks (no behaviour change)

This commit is contained in:
Scott Mansell
2026-08-07 19:29:31 +12:00
parent 1c4208e1fb
commit ca33c38afd
2 changed files with 2 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ void MagneticCardReader::Command_33_ReadData()
AppendRange(&m_command_payload, *track_data);
}
break;
}
default:
break;

View File

@@ -356,6 +356,7 @@ void MemoryViewWidget::UpdateDispatcher(UpdateType type)
// Values were captured on CPU thread while doing a callback.
if (m_values.size() != 0)
UpdateColumns();
break;
default:
break;
}