mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 11:32:08 +01:00
This reverts commit f4fccd26eaa896b944f056ab71c6f55412198c16. We still have gtk-2.0, there's no reason to remove it.
13 lines
266 B
Diff
13 lines
266 B
Diff
diff --git a/plugins/lua/lua.c b/plugins/lua/lua.c
|
|
index 941342b..9e12285 100644
|
|
--- a/plugins/lua/lua.c
|
|
+++ b/plugins/lua/lua.c
|
|
@@ -1191,7 +1191,6 @@ static void patch_clibs(lua_State *L)
|
|
}
|
|
lua_pop(L, 1);
|
|
}
|
|
- lua_pop(L, 1);
|
|
}
|
|
|
|
static GPtrArray *scripts;
|