Skip to content

Commit

Permalink
update avl-tree.h for fix of issue fragglet#3
Browse files Browse the repository at this point in the history
Fix to change the prototype to be in sync with the definition
  • Loading branch information
nitsel88 committed Oct 23, 2015
1 parent f018c90 commit e2cc289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avl-tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ typedef enum {
* are equal.
*/

typedef int (*AVLTreeCompareFunc)(AVLTreeValue value1, AVLTreeValue value2);
typedef int (*AVLTreeCompareFunc)(AVLTreeValue key1, AVLTreeValue key2);

/**
* Create a new AVL tree.
Expand Down

0 comments on commit e2cc289

Please # to comment.