Navigation Menu

Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Nov 15, 2018
1 parent 1e4a11f commit 05e66c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -8,4 +8,4 @@ Release
*.bak
.vs
*.a

*.d
2 changes: 1 addition & 1 deletion Common/RepeaterHandler.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit 05e66c1

Please sign in to comment.