MXS-1983 Add missing semicolon

This commit is contained in:
Johan Wikman
2018-08-06 12:57:52 +03:00
parent 05129540b4
commit ec178fd8da

View File

@ -205,7 +205,7 @@ bool MessageQueue::post(const Message& message) const
}
else
{
sched_yield()
sched_yield();
}
}
}