[DatTools] Fix error

This commit is contained in:
Matt Nadareski
2016-09-06 13:05:11 -07:00
parent c5d7345193
commit 9d10be405b

View File

@@ -1963,7 +1963,7 @@ namespace SabreTools.Helper
} }
// Filter on rom type // Filter on rom type
if (!String.IsNullOrEmpty(romtype) && !String.Equals(romdata.Type.ToString(), romtype, , StringComparison.InvariantCultureIgnoreCase)) if (!String.IsNullOrEmpty(romtype) && !String.Equals(romdata.Type.ToString(), romtype, StringComparison.InvariantCultureIgnoreCase))
{ {
return false; return false;
} }