Semicolon shame.
This commit is contained in:
parent
c230658bae
commit
eab518e5da
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ TSInput ts_string_input_make(const char *string) {
|
|||
if (!input)
|
||||
goto error;
|
||||
|
||||
return ts_string_input_make_with_length(string, strlen(string))
|
||||
return ts_string_input_make_with_length(string, strlen(string));
|
||||
|
||||
error:
|
||||
return (TSInput){ NULL, NULL, NULL, TSInputEncodingUTF8 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue