summaryrefslogtreecommitdiff
path: root/plugins/dexbnf/shorty.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-10-13 22:17:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-10-13 22:21:21 (GMT)
commit601b8149bf81231a09e2977dbdbfe8e8e568c1f4 (patch)
tree9cf7c0e3b6398b4ad24880b3dcd26ef9b013a7fe /plugins/dexbnf/shorty.c
parent362ff8ddd7fac8a10c7cccae303d2ce5ea6dd7f2 (diff)
Defined proper Python bindings for class/enum types.
Diffstat (limited to 'plugins/dexbnf/shorty.c')
-rw-r--r--plugins/dexbnf/shorty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dexbnf/shorty.c b/plugins/dexbnf/shorty.c
index 434aa3b..2dbd019 100644
--- a/plugins/dexbnf/shorty.c
+++ b/plugins/dexbnf/shorty.c
@@ -213,7 +213,7 @@ static GDataType *dsd_shorty_field_type(input_buffer *buffer, char ahead)
break;
case 'L':
- result = g_class_enum_type_new(CET_CLASS, NULL);
+ result = g_class_enum_type_new(CEK_CLASS, NULL);
break;
default: