Commit 8dc3a513 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed extra return statement.

parent ea69f8ee
......@@ -426,8 +426,7 @@ static void test__lwrite( void )
while (i < bytes_written - 1);
ok( checksum[0] == contents[i], "stored checksum differ from computed checksum." );
return;
ok( HFILE_ERROR != _lclose( filehandle ), "_lclose complains." );
ok( DeleteFileA( filename ) != 0, "DeleteFile complains." );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment