Commit b227e27e authored by Lorenz Meier's avatar Lorenz Meier

Fixed colon typo

parent 785ef1ad
...@@ -409,7 +409,7 @@ QPortSettings::BaudRate TermiosHelper::baudRate() const ...@@ -409,7 +409,7 @@ QPortSettings::BaudRate TermiosHelper::baudRate() const
case 500000: case 500000:
return QPortSettings::BAUDR_500000; return QPortSettings::BAUDR_500000;
#endif #endif
#ifdef B576000: #ifdef B576000
case B576000: case B576000:
return QPortSettings::BAUDR_576000; return QPortSettings::BAUDR_576000;
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment