Merge "emugen - fix wrapper context naming"

This commit is contained in:
David Turner
2011-05-03 05:44:49 -07:00
committed by Android Code Review

View File

@@ -510,7 +510,7 @@ int ApiGen::genContextImpl(const std::string &filename, SideType side)
e->name().c_str(),
e->name().c_str(),
e->name().c_str(),
sideString(SERVER_SIDE));
sideString(side));
}
fprintf(fp, "\treturn 0;\n");