parameter missing in errorFn

This commit is contained in:
Diego F. Goberna
2017-11-14 16:56:16 +01:00
committed by GitHub
parent c4d08bcb81
commit d1a772e820

View File

@ -102,6 +102,7 @@ is:
:::c
void error(
WrenVM* vm,
WrenErrorType type,
const char* module,
int line,