X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_shared_ptr.c;h=c5be89b4b11ff4693e07aab2517d14a8ff3f584e;hb=fce18ebe9db3f404bf41362c723b06f1b28af29a;hp=3502238a5f17f1a9611556bc8d9f0f39704db0b5;hpb=6af53ed38e03e908a505cd059f436f4bab29cfdd;p=yaz-moved-to-github.git diff --git a/test/test_shared_ptr.c b/test/test_shared_ptr.c index 3502238..c5be89b 100644 --- a/test/test_shared_ptr.c +++ b/test/test_shared_ptr.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -27,7 +27,7 @@ static void test(void) WRBUF w = wrbuf_alloc(); WRBUF_shptr_t t = 0; - + YAZ_SHPTR_INIT(t, w); YAZ_CHECK(t);