mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Turn this into global constant
This commit is contained in:
parent
443d2eda8e
commit
5668a1da78
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ struct bintree
|
|||
bintree_cmp_func cmp;
|
||||
};
|
||||
|
||||
/* TODO/FIXME - static global variable */
|
||||
static void *NIL_NODE = &NIL_NODE;
|
||||
static void * const NIL_NODE = (void*)&NIL_NODE;
|
||||
|
||||
static struct bintree_node *bintree_new_nil_node(
|
||||
struct bintree_node *parent)
|
||||
|
|
Loading…
Add table
Reference in a new issue