summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/triples.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/triples.c')
-rw-r--r--misc/examples/triples.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/triples.c b/misc/examples/triples.c
index a8ca6b47..9f2fcc1e 100644
--- a/misc/examples/triples.c
+++ b/misc/examples/triples.c
@@ -52,7 +52,7 @@ int triples_coro(struct triples* t) {
return 0;
}
-int main()
+int main(void)
{
puts("Vanilla triples:");
triples_vanilla(5);