From 6d7ad6f92746235641228c3aeb0adb52aba09555 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Feb 2024 05:06:27 +0000 Subject: slbt_exec_link_create_import_library(): fix repetition typo in expression. --- src/logic/linkcmd/slbt_linkcmd_implib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/logic/linkcmd/slbt_linkcmd_implib.c') diff --git a/src/logic/linkcmd/slbt_linkcmd_implib.c b/src/logic/linkcmd/slbt_linkcmd_implib.c index a3cb626..fa1c2b2 100644 --- a/src/logic/linkcmd/slbt_linkcmd_implib.c +++ b/src/logic/linkcmd/slbt_linkcmd_implib.c @@ -36,7 +36,7 @@ int slbt_exec_link_create_import_library( if (dctx->cctx->drvflags & SLBT_DRIVER_IMPLIB_DSOMETA) fmdso = 1; - else if (dctx->cctx->drvflags & SLBT_DRIVER_IMPLIB_DSOMETA) + else if (dctx->cctx->drvflags & SLBT_DRIVER_IMPLIB_IDATA) fmdso = 0; else if (!(strcmp(dctx->cctx->host.flavor,"midipix"))) -- cgit v1.2.3