mirror of
https://github.com/MichaelHinrichs/Divine-Souls-Extractor.git
synced 2024-11-09 15:57:50 +00:00
Remove a blank line.
This commit is contained in:
parent
4ff35f792a
commit
64e1297909
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ namespace Divine_Souls_Extractor
|
||||||
public static BinaryReader br;
|
public static BinaryReader br;
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
|
||||||
string path = Path.GetDirectoryName(args[0]) + "//" + Path.GetFileNameWithoutExtension(args[0]);
|
string path = Path.GetDirectoryName(args[0]) + "//" + Path.GetFileNameWithoutExtension(args[0]);
|
||||||
BinaryReader dfh = new(File.OpenRead(path + ".dfh"));
|
BinaryReader dfh = new(File.OpenRead(path + ".dfh"));
|
||||||
BinaryReader dfp = new(File.OpenRead(path + ".dfp"));
|
BinaryReader dfp = new(File.OpenRead(path + ".dfp"));
|
||||||
|
|
Loading…
Reference in a new issue