X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_shared_ptr.c;h=fd737db1292327a423778e5cbcfc4594162ee33e;hb=79786d23233dc896ecb0f68580298a8759592577;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..fd737db 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) 1995-2012 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);