diff options
Diffstat (limited to 'lib/io/test/sparse_fb.c')
| -rw-r--r-- | lib/io/test/sparse_fb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/io/test/sparse_fb.c b/lib/io/test/sparse_fb.c index fa4b840..5ee6004 100644 --- a/lib/io/test/sparse_fb.c +++ b/lib/io/test/sparse_fb.c @@ -58,7 +58,7 @@ int main(int argc, char **argv)  	ret = ostream_append_sparse(&dummy, ref);  	TEST_EQUAL_I(ret, 0); -	ret = ostream_flush(&dummy); +	ret = dummy.flush(&dummy);  	TEST_EQUAL_I(ret, 0);  	TEST_EQUAL_UI(ref, total); | 
