Commit b227e27e authored by Lorenz Meier's avatar Lorenz Meier

Fixed colon typo

parent 785ef1ad
......@@ -409,7 +409,7 @@ QPortSettings::BaudRate TermiosHelper::baudRate() const
case 500000:
return QPortSettings::BAUDR_500000;
#endif
#ifdef B576000:
#ifdef B576000
case B576000:
return QPortSettings::BAUDR_576000;
#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