diff --git a/DatSplit/DatSplit.cs b/DatSplit/DatSplit.cs index 26a2b434..272e5a29 100644 --- a/DatSplit/DatSplit.cs +++ b/DatSplit/DatSplit.cs @@ -26,7 +26,7 @@ namespace DatSplit // Set needed strings _filename = args[0]; - _extA = (args[1].StartsWith(".") ? args[1] : "." + args[1]).ToUpperInvariant(); ; + _extA = (args[1].StartsWith(".") ? args[1] : "." + args[1]).ToUpperInvariant(); _extB = (args[2].StartsWith(".") ? args[2] : "." + args[2]).ToUpperInvariant(); // Take the filename, and load it as an XML document