Rename Vector -> Array
This commit is contained in:
parent
6fa7eca966
commit
3d7df851b5
8 changed files with 152 additions and 155 deletions
|
|
@ -42,5 +42,5 @@ TSInput ts_string_input_make(const char *string) {
|
|||
};
|
||||
|
||||
error:
|
||||
return (TSInput){NULL, NULL, NULL, TSInputEncodingUTF8};
|
||||
return (TSInput){ NULL, NULL, NULL, TSInputEncodingUTF8 };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue