From 626219d14e08511fdccde2d75e4d0bcda52d2d3a Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 20 Dec 2020 14:40:03 +0100 Subject: [PATCH] Arguments to cleanup are not needed. --- catpoint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catpoint.c b/catpoint.c index 3302074..4464ab6 100644 --- a/catpoint.c +++ b/catpoint.c @@ -17,11 +17,11 @@ char **p; /* the slides */ int n; /* the number of slides */ void -cleanup(int s) +cleanup(void) { int i; - for (i = 0; i