unzip.cpp: Apply minor stylistic fix

This commit is contained in:
Xavier Del Campo Romero 2025-01-09 21:55:20 +01:00
parent 1a4dc5f50f
commit 9ddee14af1
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2

View file

@ -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);