mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Logger, SimpleSort] Minor code cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
namespace SabreTools.Helper
|
namespace SabreTools.Helper
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -42,8 +42,8 @@ namespace SabreTools
|
|||||||
|
|
||||||
// Set all default values
|
// Set all default values
|
||||||
bool help = false,
|
bool help = false,
|
||||||
delete = false,
|
|
||||||
convert = false,
|
convert = false,
|
||||||
|
delete = false,
|
||||||
quickScan = false,
|
quickScan = false,
|
||||||
romba = false,
|
romba = false,
|
||||||
simpleSort = true,
|
simpleSort = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user