Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fix: missed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
elihwyma committed Jun 28, 2023
1 parent 171b370 commit f2fcc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SevenZip/Formats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public enum InArchiveFormat
/// Mach-O file format.
/// </summary>
/// <remarks><a href="https://en.wikipedia.org/wiki/Mach-O">Wikipedia information</a></remarks>
MachO
MachO,
/// <summary>
/// Apple File System Format.
/// </summary>
Expand Down

0 comments on commit f2fcc00

Please sign in to comment.