X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_shared_ptr.c;h=c5be89b4b11ff4693e07aab2517d14a8ff3f584e;hb=eb556013557ef8c9e76c52614f88c059ec443c95;hp=3688695616b5d2fca02dfa1dd78f0b7c5af70836;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;p=yaz-moved-to-github.git diff --git a/test/test_shared_ptr.c b/test/test_shared_ptr.c index 3688695..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-2011 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);