diff options
Diffstat (limited to 'misc/examples/sorted_map.c')
| -rw-r--r-- | misc/examples/sorted_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/sorted_map.c b/misc/examples/sorted_map.c index ff727632..89381554 100644 --- a/misc/examples/sorted_map.c +++ b/misc/examples/sorted_map.c @@ -5,7 +5,7 @@ #define i_val int #include <stc/csmap.h> -int main() +int main(void) { // empty map containers |
