diff options
author | midipix <writeonce@midipix.org> | 2024-02-17 17:51:25 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-17 17:51:25 +0000 |
commit | 21bb4bed8099c40da588288ee6bbfc33a6c40ff6 (patch) | |
tree | e31a37e2d7ade87eae5332b44536baf111877615 /src/driver/slbt_driver_ctx.c | |
parent | 14302ea489782bd9cefa0fe972ed3ac83b7637b6 (diff) | |
download | slibtool-21bb4bed8099c40da588288ee6bbfc33a6c40ff6.tar.bz2 slibtool-21bb4bed8099c40da588288ee6bbfc33a6c40ff6.tar.xz |
driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*.
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index c728570..be7dfba 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -713,11 +713,11 @@ int slbt_get_driver_ctx( cctx.drvflags |= SLBT_DRIVER_EXPORT_DYNAMIC; break; - case TAG_EXPSYM_FILE: + case TAG_EXPSYMS_FILE: cctx.symfile = entry->arg; break; - case TAG_EXPSYM_REGEX: + case TAG_EXPSYMS_REGEX: cctx.regex = entry->arg; break; |