summaryrefslogtreecommitdiff
path: root/plugins/dexbnf/shorty.c
diff options
context:
space:
mode:
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: