mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-08 07:43:56 +00:00
Fix typo.
This commit is contained in:
parent
1e4a11f0a6
commit
05e66c15d1
2 changed files with 2 additions and 2 deletions
|
|
@ -746,7 +746,7 @@ void CRepeaterHandler::processRepeater(CAMBEData& data)
|
|||
m_fastData = true;
|
||||
else if (::memcmp(buffer, ICOM_DATA_MODE_BYTES1, VOICE_FRAME_LENGTH_BYTES) == 0)
|
||||
m_fastData = true;
|
||||
else if (::memcmp(buffer, ICOM_DATA_MODE_BYTES2, VOICE_FRAME_LENGTH_BYTES) == 0) {
|
||||
else if (::memcmp(buffer, ICOM_DATA_MODE_BYTES2, VOICE_FRAME_LENGTH_BYTES) == 0)
|
||||
m_fastData = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue