diff options
Diffstat (limited to 'lexer.c')
-rw-r--r-- | lexer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |