mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
Removed extra return statement.
This commit is contained in:
parent
ea69f8eeb4
commit
8dc3a51329
1 changed files with 1 additions and 2 deletions
|
@ -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." );
|
||||
|
|
Loading…
Reference in a new issue