diff options
Diffstat (limited to 'newlib/libc/search/twalk.c')
-rw-r--r-- | newlib/libc/search/twalk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/search/twalk.c b/newlib/libc/search/twalk.c index 74ad5a6..26d6e97 100644 --- a/newlib/libc/search/twalk.c +++ b/newlib/libc/search/twalk.c @@ -50,7 +50,7 @@ trecurse(root, action, level) /* Walk the nodes of a tree */ void _DEFUN(twalk, (vroot, action), - const void *vroot _AND /* Root of the tree to be walked */ + const void *vroot, /* Root of the tree to be walked */ void (*action)(const void *, VISIT, int)) { if (vroot != NULL && action != NULL) |