Signed-off-by: Stephan Holljes <[email protected]>
---
configreader.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configreader.c b/configreader.c
index 88bba26..3f5b896 100644
--- a/configreader.c
+++ b/configreader.c
@@ -76,7 +76,7 @@ int configs_parse(lua_State *L)
luaL_checktype(L, -1, LUA_TTABLE);
lua_pushnil(L);
-
+
// iterate servers
while (lua_next(L, -2) != 0) {
nb_configs++;
@@ -167,7 +167,7 @@ int configs_parse(lua_State *L)
lua_pushnumber(L, ++index);
}
lua_pop(L, 1);
-
+
} else {
fprintf(stderr, "Warning unknown key (%s) in stream
configuration.\n", key);
}
--
2.18.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel