libroot: Fix previous commit.

This commit is contained in:
Augustin Cavalier 2021-09-17 15:35:51 -04:00
parent ffbe2ad946
commit 5e2d0005c1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ extern void twalk(const void *root,
void (*action)(const void *, VISIT, int ));
#ifdef _GNU_SOURCE
extern void tdestroy(void *root, void (*free_key)(void *))
extern void tdestroy(void *root, void (*free_key)(void *));
#endif
#ifdef __cplusplus