summaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/slbt_driver_ctx.c4
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;