diff options
| -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) |
