fix wrongly spaced variable name

This commit is contained in:
takase1121
2021-07-15 18:01:24 -04:00
committed by Adam Harrison
parent e7b025203b
commit de3013ce88
+1 -1
View File
@@ -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);
} }