Format source

This commit is contained in:
Anders Jenbo 2020-04-08 22:28:53 +02:00
commit 2ec7c78eae
15 changed files with 274 additions and 272 deletions

View file

@ -38,7 +38,7 @@ void tmsg_add(BYTE *pbMsg, BYTE bLen)
void tmsg_start()
{
assert(! sgpTimedMsgHead);
assert(!sgpTimedMsgHead);
}
void tmsg_cleanup()