Make TrimMerge and DatSplit properly bool-returning

This commit is contained in:
Matt Nadareski
2016-04-20 02:40:01 -07:00
parent f5b40b7c7c
commit dab5bcc506
3 changed files with 31 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ namespace SabreTools
/// Import the data from file into the database
/// </summary>
/// <returns>True if the data was imported, false otherwise</returns>
public bool ImportData ()
public bool ImportData()
{
// If file doesn't exist, error and return
if (!File.Exists(_filepath))