1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 00:05:17 +03:00

Bad indentation

This commit is contained in:
Damjan Adamic 2014-04-21 20:26:23 +02:00
parent 3815ab8c45
commit cfa25ab030

View file

@ -131,7 +131,7 @@ static int luaGetValue(lua_State *L)
return 1;
}
}
lua_pushnil(L);
lua_pushnil(L);
return 0;
}