mirror of
https://github.com/MichaelHinrichs/Divine-Souls-Extractor.git
synced 2024-11-16 16:24:03 +08:00
Remove a blank line.
This commit is contained in:
parent
4ff35f792a
commit
64e1297909
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user