summaryrefslogtreecommitdiff
path: root/src/logic/slbt_exec_ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/slbt_exec_ar.c')
-rw-r--r--src/logic/slbt_exec_ar.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/logic/slbt_exec_ar.c b/src/logic/slbt_exec_ar.c
index ad8896c..4bf7c41 100644
--- a/src/logic/slbt_exec_ar.c
+++ b/src/logic/slbt_exec_ar.c
@@ -307,7 +307,7 @@ int slbt_exec_ar(const struct slbt_driver_ctx * dctx)
(void)0;
} else if (cctx->fmtflags & SLBT_OUTPUT_ARCHIVE_DLSYMS) {
- if (!cctx->dlunit)
+ if (!cctx->dlunit) {
slbt_dprintf(fderr,
"%s: missing -Wdlunit: generation of a dlsyms vtable "
"requires the name of the dynamic library, executable "
@@ -315,12 +315,12 @@ int slbt_exec_ar(const struct slbt_driver_ctx * dctx)
"be generated.\n",
dctx->program);
- return slbt_exec_ar_fail(
- ectx,meta,
- SLBT_CUSTOM_ERROR(
- dctx,
- SLBT_ERR_AR_DLUNIT_NOT_SPECIFIED));
-
+ return slbt_exec_ar_fail(
+ ectx,meta,
+ SLBT_CUSTOM_ERROR(
+ dctx,
+ SLBT_ERR_AR_DLUNIT_NOT_SPECIFIED));
+ }
} else if (!(cctx->drvflags & SLBT_DRIVER_MODE_AR_ACTIONS)) {
if (cctx->drvflags & SLBT_DRIVER_VERBOSITY_ERRORS)
slbt_dprintf(fderr,