mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove redundant bool check
This commit is contained in:
@@ -49,7 +49,7 @@ namespace DATabase
|
||||
}
|
||||
|
||||
// If more than one switch is enabled, show the help screen
|
||||
if (!(help ^ import ^ generate ^ listsys ^ listsrc) || help)
|
||||
if (!(import ^ generate ^ listsys ^ listsrc) || help)
|
||||
{
|
||||
Help();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user