Merge branch 'master' of github.com:janet-lang/janet

This commit is contained in:
Calvin Rose 2020-11-18 19:36:12 -06:00
commit 781ed0dc67
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ struct JanetListenerState {
int bytes; /* Used to track how many bytes were transfered. */
#endif
/* internal */
int _index; /* not used in all implementations */
size_t _index;
int _mask;
JanetListenerState *_next;
};