conworlds
diff src/vr/opt.c @ 10:e3f0ca1d008a
added preliminary OpenHMD module
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 22 Aug 2014 20:11:15 +0300 |
parents | 90abf4b93cc9 |
children |
line diff
1.1 --- a/src/vr/opt.c Fri Aug 22 18:48:25 2014 +0300 1.2 +++ b/src/vr/opt.c Fri Aug 22 20:11:15 2014 +0300 1.3 @@ -5,7 +5,7 @@ 1.4 #include "opt.h" 1.5 #include "rbtree.h" 1.6 1.7 -static void opt_del_func(void *opt, void *cls) 1.8 +static void opt_del_func(struct rbnode *opt, void *cls) 1.9 { 1.10 free(opt); 1.11 }