diff options
Diffstat (limited to 'misc/examples/list.c')
| -rw-r--r-- | misc/examples/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/list.c b/misc/examples/list.c index 08fe837f..a0045db9 100644 --- a/misc/examples/list.c +++ b/misc/examples/list.c @@ -4,7 +4,7 @@ #include <stc/crand.h> #define i_type DList -#define i_val double +#define i_key double #define i_native_cmp #include <stc/clist.h> |
