diff options
Diffstat (limited to 'src/lib/tsearch.c')
-rw-r--r-- | src/lib/tsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tsearch.c b/src/lib/tsearch.c index 1d74dcce..ab7e32d3 100644 --- a/src/lib/tsearch.c +++ b/src/lib/tsearch.c | |||
@@ -64,7 +64,7 @@ tfind (const void *vkey, /* key to be found */ | |||
64 | void *const *vrootp, /* address of the tree root */ | 64 | void *const *vrootp, /* address of the tree root */ |
65 | int (*compar)(const void *, const void *)) | 65 | int (*compar)(const void *, const void *)) |
66 | { | 66 | { |
67 | node_t *const *rootp = (node_t *const*) vrootp; | 67 | node_t *const *rootp = (node_t *const *) vrootp; |
68 | 68 | ||
69 | if (NULL == rootp) | 69 | if (NULL == rootp) |
70 | return NULL; | 70 | return NULL; |