diff options
Diffstat (limited to 'misc/examples/new_smap.c')
| -rw-r--r-- | misc/examples/new_smap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/new_smap.c b/misc/examples/new_smap.c index 77c4cdce..ee946c9a 100644 --- a/misc/examples/new_smap.c +++ b/misc/examples/new_smap.c @@ -36,7 +36,7 @@ int point_cmp(const Point* a, const Point* b) { #include <stc/csset.h> -int main() +int main(void) { PMap pmap = c_init(PMap, { {{42, 14}, 1}, |
