Commit 558c8ce0 authored by Hyeonseok Oh's avatar Hyeonseok Oh

Remove unnecessary semicolon

parent 67480fc5
...@@ -320,7 +320,7 @@ os_event_t ...@@ -320,7 +320,7 @@ os_event_t
os_event_create(void) 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); 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