database/DBio.c: Fix MAGIC_WRAPPER #endif to fix CI WASM build
Misplaced #endif causing the build to break when option enabled error introduced in3dc5018Related commits: commit68a088943fDate: Tue Sep 12 11:12:00 2023 -0400 commit3dc5018af4(tag: 8.3.477) Date: Fri May 3 21:43:27 2024 -0400
This commit is contained in:
parent
f3b08ad470
commit
881115a856
|
|
@ -688,8 +688,8 @@ dbCellReadDef(f, cellDef, ignoreTech, dereference)
|
|||
freeMagic(argv[1]);
|
||||
freeMagic(argv[0]);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
if (strcmp(DBTechName, tech))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue