unzip.cpp: Apply minor stylistic fix
This commit is contained in:
parent
1a4dc5f50f
commit
9ddee14af1
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ int unzip::extract(const std::string &path) const
|
|||
|
||||
if (!n)
|
||||
break;
|
||||
if (n < 0)
|
||||
else if (n < 0)
|
||||
{
|
||||
GfLogError("%s: unzReadCurrentFile %s failed with %d\n",
|
||||
src.c_str(), path.c_str(), n);
|
||||
|
|
Loading…
Reference in a new issue