Fix typo in method call.

This commit is contained in:
Peter Huene
2020-03-26 01:10:45 -07:00
parent 64be4a30ae
commit 183aa9af4c

View File

@@ -267,7 +267,7 @@ namespace Wasmtime
{
for (int i = 0; i < tuple.Length; ++i)
{
SetResults(tuple[i], &results[i]);
SetResult(tuple[i], &results[i]);
}
}
}