From f2fcc00a68abce5025dc29dce3f853d52d599c1c Mon Sep 17 00:00:00 2001 From: Amy While <26681721+elihwyma@users.noreply.github.com> Date: Thu, 29 Jun 2023 00:11:23 +0100 Subject: [PATCH] fix: missed comma --- SevenZip/Formats.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SevenZip/Formats.cs b/SevenZip/Formats.cs index 322f0c6..66cd1a4 100644 --- a/SevenZip/Formats.cs +++ b/SevenZip/Formats.cs @@ -241,7 +241,7 @@ public enum InArchiveFormat /// Mach-O file format. /// /// Wikipedia information - MachO + MachO, /// /// Apple File System Format. ///