diff options
Diffstat (limited to 'storage/xtradb/os/os0sync.cc')
-rw-r--r-- | storage/xtradb/os/os0sync.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/os/os0sync.cc b/storage/xtradb/os/os0sync.cc index 423b94c6db0..df878c88105 100644 --- a/storage/xtradb/os/os0sync.cc +++ b/storage/xtradb/os/os0sync.cc @@ -240,7 +240,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); |