diff --git a/SabreTools.Helper/Data/Build.cs b/SabreTools.Helper/Data/Build.cs index d3e8601f..e0b626c0 100644 --- a/SabreTools.Helper/Data/Build.cs +++ b/SabreTools.Helper/Data/Build.cs @@ -16,7 +16,7 @@ namespace SabreTools.Helper.Data /// /// Readies the console and outputs the header /// - /// The name to be displayed as the program + /// The name to be displayed as the programB public static void Start(string name) { // Dynamically create the header string, adapted from http://stackoverflow.com/questions/8200661/how-to-align-string-in-fixed-length-string @@ -582,6 +582,7 @@ namespace SabreTools.Helper.Data { if (!Console.IsOutputRedirected) { + Console.WriteLine(); Console.WriteLine("Press enter to continue..."); Console.ReadLine(); }