diff options
Diffstat (limited to 'lib/typerb.c')
| -rw-r--r-- | lib/typerb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/typerb.c b/lib/typerb.c index 3886fc678e..7e8cd9d8f7 100644 --- a/lib/typerb.c +++ b/lib/typerb.c @@ -395,7 +395,7 @@ struct rb_entry *typed_rb_find(struct rbt_tree *rbt, const struct rb_entry *key, return tmp; } - return (NULL); + return NULL; } struct rb_entry *typed_rb_find_gteq(struct rbt_tree *rbt, |
