summaryrefslogtreecommitdiffhomepage
path: root/lexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.c')
-rw-r--r--lexer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer.c b/lexer.c
index 07b3cb5..75dc04a 100644
--- a/lexer.c
+++ b/lexer.c
@@ -1236,7 +1236,7 @@ uc_lexer_next_token(uc_lexer_t *lex)
}
const char *
-uc_get_tokenname(unsigned type)
+uc_tokenname(unsigned type)
{
static char buf[sizeof("'endfunction'")];
size_t i;