From fec4b2a334086855ba77b531ffee06520bf96221 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 18 Apr 2007 11:50:47 +0000 Subject: [PATCH] t_test() arguments. --- test/tstlogthread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tstlogthread.c b/test/tstlogthread.c index 10ae7cf..b35da02 100644 --- a/test/tstlogthread.c +++ b/test/tstlogthread.c @@ -2,7 +2,7 @@ * Copyright (c) 1998-2007, Index Data. * See the file LICENSE for details. * - * $Id: tstlogthread.c,v 1.5 2007-01-03 08:42:16 adam Exp $ + * $Id: tstlogthread.c,v 1.6 2007-04-18 11:50:47 mike Exp $ */ #if HAVE_CONFIG_H @@ -49,7 +49,7 @@ static void t_test(void) exit(0); } #else -static void t_test() +static void t_test(void) { } -- 1.7.10.4