X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstlogthread.c;h=4489befbbdde29892ae768f38bd931deaf61ae34;hb=950a4ac3bd94072bb5cf880f0f411bb2c8dc80bd;hp=49b384ebf26ea9b3df7193ecfada7341edf1b99e;hpb=be6bf53019f49c1448f0161e3b0ce8d3b5b09ec0;p=yaz-moved-to-github.git diff --git a/test/tstlogthread.c b/test/tstlogthread.c index 49b384e..4489bef 100644 --- a/test/tstlogthread.c +++ b/test/tstlogthread.c @@ -1,8 +1,6 @@ -/* - * Copyright (c) 1998-2005, Index Data. +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: tstlogthread.c,v 1.4 2006-10-09 14:22:44 heikki Exp $ */ #if HAVE_CONFIG_H @@ -49,7 +47,7 @@ static void t_test(void) exit(0); } #else -static void t_test() +static void t_test(void) { } @@ -83,6 +81,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab