mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Leftover semicolon
This commit is contained in:
@@ -26,7 +26,7 @@ namespace DatSplit
|
|||||||
|
|
||||||
// Set needed strings
|
// Set needed strings
|
||||||
_filename = args[0];
|
_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();
|
_extB = (args[2].StartsWith(".") ? args[2] : "." + args[2]).ToUpperInvariant();
|
||||||
|
|
||||||
// Take the filename, and load it as an XML document
|
// Take the filename, and load it as an XML document
|
||||||
|
|||||||
Reference in New Issue
Block a user