database/DBio.c: Fix MAGIC_WRAPPER #endif to fix CI WASM build

Misplaced #endif causing the build to break when option enabled
error introduced in 3dc5018

Related commits:

commit 68a088943f
Date:   Tue Sep 12 11:12:00 2023 -0400

commit 3dc5018af4 (tag: 8.3.477)
Date:   Fri May 3 21:43:27 2024 -0400
This commit is contained in:
Darryl L. Miles 2024-09-30 23:00:00 +01:00
parent f3b08ad470
commit 881115a856
1 changed files with 1 additions and 1 deletions

View File

@ -688,8 +688,8 @@ dbCellReadDef(f, cellDef, ignoreTech, dereference)
freeMagic(argv[1]);
freeMagic(argv[0]);
}
#endif
}
#endif
}
if (strcmp(DBTechName, tech))
{