Skip to content

Commit d63fcfc

Browse files
committed
Minor formatting change to external code
1 parent dcc50c4 commit d63fcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SabreTools.Serialization/_EXTERNAL/StormLibSharp/MpqFileStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public override unsafe int Read(byte[] buffer, int offset, int count)
9090
uint read;
9191
fixed (byte* pb = &buffer[offset])
9292
{
93-
NativeOverlapped overlapped = default(NativeOverlapped);
93+
NativeOverlapped overlapped = default;
9494
success = NativeMethods.SFileReadFile(_handle, new IntPtr(pb), unchecked((uint)count), out read, ref overlapped);
9595
}
9696

0 commit comments

Comments
 (0)