Minor formatting change to external code

This commit is contained in:
Matt Nadareski
2025-11-14 10:30:15 -05:00
parent dcc50c4c23
commit d63fcfcf7f

View File

@@ -90,7 +90,7 @@ namespace StormLibSharp
uint read;
fixed (byte* pb = &buffer[offset])
{
NativeOverlapped overlapped = default(NativeOverlapped);
NativeOverlapped overlapped = default;
success = NativeMethods.SFileReadFile(_handle, new IntPtr(pb), unchecked((uint)count), out read, ref overlapped);
}