summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til.c')
-rw-r--r--src/til.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/til.c b/src/til.c
index 3b51e24..d006c08 100644
--- a/src/til.c
+++ b/src/til.c
@@ -294,7 +294,8 @@ int til_module_setup(const til_settings_t *settings, til_setting_t **res_setting
.regex = "[a-zA-Z0-9]+",
.preferred = DEFAULT_MODULE,
.values = values,
- .annotations = annotations
+ .annotations = annotations,
+ .as_label = 1
}, res_desc);
if (r < 0)
return r;
© All Rights Reserved