From 325dfaa45a42dd93f7a3741682310630f0f6bd3c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 10 Aug 2006 08:44:45 +0000 Subject: [PATCH] Fix tl_close_call (bug introduced in previous commit) --- test/api/t15.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/api/t15.c b/test/api/t15.c index ea7f31c..bc80bfa 100644 --- a/test/api/t15.c +++ b/test/api/t15.c @@ -1,5 +1,5 @@ -/* $Id: t15.c,v 1.5 2006-05-30 13:06:35 adam Exp $ - Copyright (C) 2004-2005 +/* $Id: t15.c,v 1.6 2006-08-10 08:44:45 adam Exp $ + Copyright (C) 2004-2006 Index Data ApS This file is part of the Zebra server. @@ -126,7 +126,7 @@ static void tst(int argc, char **argv) } #endif #endif - + YAZ_CHECK(tl_close_down(0, zs)); } TL_MAIN -- 1.7.10.4