diff options
Diffstat (limited to 'stdlib/functiontype.c')
| -rw-r--r-- | stdlib/functiontype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/functiontype.c b/stdlib/functiontype.c index 251a01ed..49863d86 100644 --- a/stdlib/functiontype.c +++ b/stdlib/functiontype.c @@ -18,7 +18,7 @@ public Text_t *get_function_name(void *fn) return Table$get(function_names, &fn, Table$info(Function$info("???"), &Text$info)); } -public Text_t Func$as_text(const void *fn, bool colorize, const TypeInfo *type) +public Text_t Func$as_text(const void *fn, bool colorize, const TypeInfo_t *type) { (void)fn; Text_t text = Text$from_str(type->FunctionInfo.type_str); |
