aboutsummaryrefslogtreecommitdiff
path: root/vkext_flex.c
diff options
context:
space:
mode:
Diffstat (limited to 'vkext_flex.c')
-rw-r--r--vkext_flex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vkext_flex.c b/vkext_flex.c
index 244ac37..b78de49 100644
--- a/vkext_flex.c
+++ b/vkext_flex.c
@@ -38,7 +38,7 @@ char *estrdup (const char *s) {
return d;
}
-char *do_flex (const char *name, int name_len, const char *case_name, int case_name_len, int sex, const char *type, int type_len, int lang_id) {
+char *do_flex (const char *name, int name_len, const char *case_name, int case_name_len, int sex, const char *type, int lang_id) {
if (name_len > (1 << 10)) {
return estrdup (name);
}