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