Fix style nit

This commit is contained in:
jimw@mysql.com 2005-01-11 01:01:35 +01:00
parent 2347e386d7
commit 699cb2c066

View File

@ -498,7 +498,8 @@ int ha_archive::create(const char *name, TABLE *table_arg,
goto error3;
}
if (gzclose(archive)) {
if (gzclose(archive))
{
error= errno;
goto error2;
}