fix wrongly spaced variable name
This commit is contained in:
parent
e7b025203b
commit
de3013ce88
|
@ -200,7 +200,7 @@ static int g_read(lua_State* L, int stream)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int process_read(lua_State *L)
|
static int process_read(lua_State* L)
|
||||||
{
|
{
|
||||||
return g_read(L, REPROC_STREAM_OUT);
|
return g_read(L, REPROC_STREAM_OUT);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue