fix wrongly spaced variable name
This commit is contained in:
committed by
Adam Harrison
parent
e7b025203b
commit
de3013ce88
+1
-1
@@ -200,7 +200,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user