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)