Commit d61c360c authored by unknown's avatar unknown

Fix style nit


sql/examples/ha_archive.cc:
  Fix style
parent 37a3b952
......@@ -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;
}
......
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