diff options
Diffstat (limited to 'misc/examples/arc_containers.c')
| -rw-r--r-- | misc/examples/arc_containers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/arc_containers.c b/misc/examples/arc_containers.c index 524758e7..2fb04c56 100644 --- a/misc/examples/arc_containers.c +++ b/misc/examples/arc_containers.c @@ -24,7 +24,7 @@ #define i_keyboxed Arc // as above #include <stc/clist.h> -int main() +int main(void) { Stack stack = {0}; List list = {0}; |
