Commit 699cb2c0 authored by jimw@mysql.com's avatar jimw@mysql.com

Fix style nit

parent 2347e386
...@@ -498,7 +498,8 @@ int ha_archive::create(const char *name, TABLE *table_arg, ...@@ -498,7 +498,8 @@ int ha_archive::create(const char *name, TABLE *table_arg,
goto error3; goto error3;
} }
if (gzclose(archive)) { if (gzclose(archive))
{
error= errno; error= errno;
goto error2; goto error2;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment