From 3f31edc1c017f989f4ba9da44d601ffc2d9a1ffd Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 25 Aug 2025 21:02:08 -0400 Subject: [PATCH] Fix return comments --- SabreTools.Serialization/Wrappers/PortableExecutable.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SabreTools.Serialization/Wrappers/PortableExecutable.cs b/SabreTools.Serialization/Wrappers/PortableExecutable.cs index e3ece7db..c012f513 100644 --- a/SabreTools.Serialization/Wrappers/PortableExecutable.cs +++ b/SabreTools.Serialization/Wrappers/PortableExecutable.cs @@ -1157,6 +1157,7 @@ namespace SabreTools.Serialization.Wrappers /// /// Output directory to write to /// True to include debug data, false otherwise + /// True if extraction succeeded, false otherwise public bool ExtractFromOverlay(string outputDirectory, bool includeDebug) { try @@ -1212,6 +1213,7 @@ namespace SabreTools.Serialization.Wrappers /// /// Output directory to write to /// True to include debug data, false otherwise + /// True if extraction succeeded, false otherwise public bool ExtractFromResources(string outputDirectory, bool includeDebug) { try