X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fmbox%2Fmbox1.c;h=5484b8c89c9dfab8f82e2d38179686593b2fc87c;hp=578896f2ffe59c49eb54f9e3283608cf72bd4151;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 diff --git a/test/mbox/mbox1.c b/test/mbox/mbox1.c index 578896f..5484b8c 100644 --- a/test/mbox/mbox1.c +++ b/test/mbox/mbox1.c @@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif #include "testlib.h" - + static void tst(int argc, char **argv) { char path[256]; @@ -49,7 +49,7 @@ static void tst(int argc, char **argv) YAZ_CHECK(zebra_end_trans(zh) == ZEBRA_OK); zebra_commit(zh); - + YAZ_CHECK(tl_close_down(zh, zs)); }