diff options
| -rw-r--r-- | tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ struct tree_node { | |||
| 17 | }; | 17 | }; |
| 18 | 18 | ||
| 19 | static bool | 19 | static bool |
| 20 | tree_isBstUntil(struct tree_node *tree, int min, int max) | 20 | tree_isBstUntil(struct tree_node *tree, T min, T max) |
| 21 | { | 21 | { |
| 22 | if ( tree == NULL ) | 22 | if ( tree == NULL ) |
| 23 | return true; | 23 | return true; |
