X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_shared_ptr.c;h=c5be89b4b11ff4693e07aab2517d14a8ff3f584e;hp=a7ea152b40af3c109a0bf8548b1eb91cdd38f97c;hb=6b3366d135740d9ab37bdcd3f00b115fedf30a9d;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/test/test_shared_ptr.c b/test/test_shared_ptr.c index a7ea152..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-2012 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);