Name the parameter.
This commit is contained in:
parent
d5f6581531
commit
007f519028
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "runtime/parser.h"
|
||||
|
||||
size_t ts_language_symbol_count(const TSLanguage *) {
|
||||
size_t ts_language_symbol_count(const TSLanguage *language) {
|
||||
return language->symbol_count;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue