Commit a8c2f68f authored by Jan Lindström's avatar Jan Lindström Committed by GitHub

Merge pull request #208 from Cona19/10.1-remove-unnecessary-semicolon

Remove unnecessary semicolon
parents ed48fcf1 558c8ce0
......@@ -320,7 +320,7 @@ os_event_t
os_event_create(void)
/*==================*/
{
os_event_t event = static_cast<os_event_t>(ut_malloc(sizeof(*event)));;
os_event_t event = static_cast<os_event_t>(ut_malloc(sizeof(*event)));
os_event_create(event);
......
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