X-Git-Url: https://yaffs.net/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_dup.c;h=bb55862f1c5bc205e16322f8b5b4f16036ce05f9;hp=2a0f63a62be856c45ac892b7ee4a33c7a175f5f9;hb=4ae1d4603da3b68c82e8563191743000fa91d403;hpb=57c033480ccc5f019bd4ae738702456aacd02465 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..bb55862 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 @@ -22,7 +22,7 @@ int test_yaffs_dup(void) handle2 =yaffs_dup(handle); return handle2; } - + return handle; }