Minor SAL annotation simplification

This commit is contained in:
Chuck Walbourn
2022-01-06 16:45:01 -08:00
parent bd18e4516f
commit 6349ef3400
3 changed files with 11 additions and 11 deletions

View File

@@ -917,7 +917,7 @@ namespace
return lformat;
}
_Success_(return != false)
_Success_(return)
bool LegacyExpandScanline(
_Out_writes_bytes_(outSize) void* pDestination,
size_t outSize,