summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/dining_philosophers.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/dining_philosophers.c')
-rw-r--r--misc/examples/dining_philosophers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/dining_philosophers.c b/misc/examples/dining_philosophers.c
index 61fe67fb..a5063a42 100644
--- a/misc/examples/dining_philosophers.c
+++ b/misc/examples/dining_philosophers.c
@@ -86,7 +86,7 @@ int dining(struct Dining* d)
return 0;
}
-int main()
+int main(void)
{
struct Dining dine;
cco_reset(&dine);