mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Fix misleading indentation
This commit is contained in:
parent
5705d595c8
commit
eb5e6348b7
@ -149,8 +149,8 @@ GPtrArray *mdb_read_catalog (MdbHandle *mdb, int objtype)
|
||||
//mdb_dump_catalog(mdb, MDB_TABLE);
|
||||
|
||||
cleanup:
|
||||
if (table)
|
||||
mdb_free_tabledef(table);
|
||||
if (table)
|
||||
mdb_free_tabledef(table);
|
||||
|
||||
free(obj_id);
|
||||
free(obj_name);
|
||||
|
Loading…
Reference in New Issue
Block a user