Remove a blank line.

This commit is contained in:
NintenHero 2024-06-01 14:18:13 -05:00 committed by GitHub
parent 4ff35f792a
commit 64e1297909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ namespace Divine_Souls_Extractor
public static BinaryReader br;
static void Main(string[] args)
{
string path = Path.GetDirectoryName(args[0]) + "//" + Path.GetFileNameWithoutExtension(args[0]);
BinaryReader dfh = new(File.OpenRead(path + ".dfh"));
BinaryReader dfp = new(File.OpenRead(path + ".dfp"));