From 50034975c3e7d4b3389de9198a3d4ccc2e7dec7f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 19 Feb 2025 21:15:58 -0500 Subject: [PATCH] Add newline for DSTool info output --- NDecrypt.Core/DSTool.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NDecrypt.Core/DSTool.cs b/NDecrypt.Core/DSTool.cs index bb12cbd..e799aa6 100644 --- a/NDecrypt.Core/DSTool.cs +++ b/NDecrypt.Core/DSTool.cs @@ -615,6 +615,7 @@ namespace NDecrypt.Core sb.Append("Encrypted"); // Return the status for the secure area + sb.Append(Environment.NewLine); return sb.ToString(); } catch (Exception ex)