fix(lexer): typo in function call
This commit is contained in:
parent
111f2cf5c2
commit
8a727ebd98
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ char *stream_init(void)
|
|||
stream = end_last_token;
|
||||
}
|
||||
|
||||
char *trimed_stream = trim_blanks_left(stream);
|
||||
char *trimed_stream = trim_blank_left(stream);
|
||||
remaining_chars -= trimed_stream - stream;
|
||||
stream = trimed_stream;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue