diff options
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ struct type_s { int64_t bits; } NumType; struct { - const char *dsl; + const char *lang; } TextType; struct { type_t *item_type; |
