Fix formatting.

This commit is contained in:
Jonathan Naylor 2017-02-13 08:53:33 +00:00 committed by GitHub
parent 6ee6fc3cdc
commit 35ab182c9b
1 changed files with 12 additions and 12 deletions

View File

@ -477,7 +477,7 @@ void CModem::clock(unsigned int ms)
printSamples();
break;
default:
efault:
LogMessage("Unknown message, type: %02X", m_buffer[2U]);
CUtils::dump("Buffer dump", m_buffer, m_length);
break;