fix wrongly spaced variable name

This commit is contained in:
takase1121 2021-06-23 18:29:38 +08:00
parent ab0bdd5017
commit 257cb47cd1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}