emugen - fix wrapper context naming
Change-Id: I5261c5f94f200480bad4ad74812c20302a5e81d5
This commit is contained in:
committed by
David 'Digit' Turner
parent
ea3a3584f5
commit
a3b48dbbe7
@@ -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(),
|
e->name().c_str(),
|
||||||
e->name().c_str(),
|
e->name().c_str(),
|
||||||
sideString(SERVER_SIDE));
|
sideString(side));
|
||||||
|
|
||||||
}
|
}
|
||||||
fprintf(fp, "\treturn 0;\n");
|
fprintf(fp, "\treturn 0;\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user