summaryrefslogtreecommitdiff
path: root/test/recovery
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-11-14 08:34:51 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-11-14 08:34:51 -0500
commit1d3765b4c101d46e36bc3596589ce1f85515c4f4 (patch)
tree30509a94cfe72e2bd2820c15598ea45f79143471 /test/recovery
parent0ecb6db44f16bd982931233d9c9cb476267de527 (diff)
downloadmongo-1d3765b4c101d46e36bc3596589ce1f85515c4f4.tar.gz
old-style function declaration.
Diffstat (limited to 'test/recovery')
-rw-r--r--test/recovery/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recovery/recovery.c b/test/recovery/recovery.c
index b888973d048..f7fbf76038b 100644
--- a/test/recovery/recovery.c
+++ b/test/recovery/recovery.c
@@ -64,7 +64,7 @@ usage(void)
* the table until it is killed by the parent.
*/
static void
-fill_db()
+fill_db(void)
{
FILE *fp;
WT_CONNECTION *conn;