summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/fops/t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/fops/t.c')
-rw-r--r--src/third_party/wiredtiger/test/fops/t.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/fops/t.c b/src/third_party/wiredtiger/test/fops/t.c
index aa96682cd74..92de1f37e01 100644
--- a/src/third_party/wiredtiger/test/fops/t.c
+++ b/src/third_party/wiredtiger/test/fops/t.c
@@ -147,9 +147,7 @@ main(int argc, char *argv[])
static void
wt_startup(char *config_open)
{
- static WT_EVENT_HANDLER event_handler = {
- handle_error, handle_message, NULL, NULL /* Close handler. */
- };
+ static WT_EVENT_HANDLER event_handler = {handle_error, handle_message, NULL, NULL, NULL};
char config_buf[128];
testutil_make_work_dir(home);