mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
fix 7 setupapi misc winetests
svn path=/trunk/; revision=40618
This commit is contained in:
parent
9cd9566d14
commit
e1f0e61a6c
1 changed files with 2 additions and 1 deletions
|
@ -2228,8 +2228,8 @@ cleanup:
|
|||
MyFree(SourceInfFileNameW);
|
||||
MyFree(OEMSourceMediaLocationW);
|
||||
MyFree(DestinationInfFileNameW);
|
||||
|
||||
TRACE("Returning %d\n", ret);
|
||||
if (ret) SetLastError(ERROR_SUCCESS);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
@ -2518,5 +2518,6 @@ cleanup:
|
|||
}
|
||||
|
||||
TRACE("Returning %d\n", ret);
|
||||
if (ret) SetLastError(ERROR_SUCCESS);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue