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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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