Leftover semicolon

This commit is contained in:
Matt Nadareski
2016-04-07 22:05:47 -07:00
parent c76ccf7d3a
commit abb1d5c076

View File

@@ -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