summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/csmap_erase.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/csmap_erase.c')
-rw-r--r--misc/examples/csmap_erase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/csmap_erase.c b/misc/examples/csmap_erase.c
index 9433d370..8d4eeae3 100644
--- a/misc/examples/csmap_erase.c
+++ b/misc/examples/csmap_erase.c
@@ -16,7 +16,7 @@ void printmap(mymap m)
printf("\nsize() == %" c_ZI "\n\n", mymap_size(&m));
}
-int main()
+int main(void)
{
mymap m1 = {0};