diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-07 23:45:32 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-08 02:03:16 +0200 |
| commit | 32c4b34829e3d2d43f405c98f6edff32ae96a74a (patch) | |
| tree | b9bb155a46e2e5dc03ac7306affe9a3c9497387b | |
| parent | 00dd37604d50cbf3fb27ec0631b4d4b6d2ee893a (diff) | |
page.c: Remove unused variable
| -rw-r--r-- | page.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1427,7 +1427,7 @@ static int add_elements(const struct page_resource *const pr, { int ret = -1; struct dirent **pde = NULL; - struct html_node *tr, *tbody; + struct html_node *tbody; const int n = scandir(pr->res, &pde, NULL, alphasort); if (n < 0) |
