Get timothy quick tests building cleanly.
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_dup.c
index 2a0f63a62be856c45ac892b7ee4a33c7a175f5f9..bb55862f1c5bc205e16322f8b5b4f16036ce05f9 100644 (file)
@@ -22,7 +22,7 @@ int test_yaffs_dup(void)
                handle2 =yaffs_dup(handle);
                return handle2;
        }
-       
+       return handle;  
 }