From ec0b765db0725a1ffed59d14ce16fc3f34d76e40 Mon Sep 17 00:00:00 2001 From: Kevin Gut Date: Sat, 6 Apr 2019 14:29:06 +0200 Subject: [PATCH] Remove whitespace to cause new commit --- crypt/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypt/Program.cs b/crypt/Program.cs index 4322baf..9e15219 100644 --- a/crypt/Program.cs +++ b/crypt/Program.cs @@ -8,12 +8,10 @@ class Program { static void Main(string[] args) { - #if DEBUG args = new string[] { "/e", @"C:\temp\media" }; //args = new string[] { "/d", @"C:\temp\media\CRY" }; #endif - if (args.Length == 0 || args.Contains("/?")) { ShowHelp();