X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_dup.c;h=ff46c881b4779335e4f37c39a9f9904798818889;hb=b9ab2c3546387e18b46804929b6a6582d9156b3c;hp=2a0f63a62be856c45ac892b7ee4a33c7a175f5f9;hpb=e5daa72b0083831ab762a650860687fe7d25d6b3;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c index 2a0f63a..ff46c88 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Timothy Manning * @@ -22,7 +21,7 @@ int test_yaffs_dup(void) handle2 =yaffs_dup(handle); return handle2; } - + return handle; }