formating code

This commit is contained in:
Pawel Kolodziejski
2008-07-30 07:37:00 +00:00
parent 2d81a8fe7a
commit 9e1e232745
7 changed files with 454 additions and 465 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ lua_State *lua_state = NULL;
int32 globalTaskSerialId;
void stderrorim (void);
void stderrorim();
static luaL_reg stdErrorRimFunc[] = {
{ "stderrorim", stderrorim }