Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Oct 2, 2024
1 parent 828c2cf commit 03a0003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/OpenMcdf/DirectoryEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public void Reset()
Right = null;
Parent = null;
StgType = StgType.StgInvalid;
StartSetc = ZERO;
StartSect = ZERO;
StorageCLSID = Guid.Empty;
Size = 0;
StateBits = 0;
Expand Down

0 comments on commit 03a0003

Please sign in to comment.