aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 40cb448e..50e69778 100644
--- a/types.h
+++ b/types.h
@@ -64,7 +64,7 @@ struct type_s {
int64_t bits;
} NumType;
struct {
- const char *dsl;
+ const char *lang;
} TextType;
struct {
type_t *item_type;