Skip to content

Commit

Permalink
pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KSSBrawl committed Nov 14, 2024
1 parent 9e472fb commit 656633e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pbg3/Pbg3Archive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ i32 Pbg3Archive::Release()
i32 Pbg3Archive::FindEntry(char *path)
{
// Why was this here? It's certainly not present in the assembly.
//if (this->numOfEntries == 0)
// if (this->numOfEntries == 0)
//{
// return -1;
//}
Expand Down Expand Up @@ -161,7 +161,7 @@ i32 Pbg3Archive::Load(char *path)
}

this->parser = new Pbg3Parser();
if ( this->parser == NULL )
if (this->parser == NULL)
{
return FALSE;
}
Expand Down

0 comments on commit 656633e

Please sign in to comment.