diff options
Diffstat (limited to 'misc/examples/list_erase.c')
| -rw-r--r-- | misc/examples/list_erase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/list_erase.c b/misc/examples/list_erase.c index 357dd75b..211c5a5d 100644 --- a/misc/examples/list_erase.c +++ b/misc/examples/list_erase.c @@ -5,7 +5,7 @@ #define i_key int #include <stc/clist.h> -int main () +int main(void) { IList L = c_init(IList, {10, 20, 30, 40, 50}); |
