Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--avl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avl.h b/avl.h
index a563716..46a396f 100644
--- a/avl.h
+++ b/avl.h
@@ -82,7 +82,7 @@ struct avl_node {
/**
* pointer to key of node
*/
- void *key;
+ const void *key;
/**
* balance state of AVL tree (0,-1,+1)