Eliminate a compiler warning.

This commit is contained in:
mycroft 1993-12-07 17:46:56 +00:00
parent 9a48e42157
commit 305fdd943a
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#ifndef lint
static char rcsid[] = "$Id: main.c,v 1.3 1993/08/02 17:56:41 mycroft Exp $";
static char rcsid[] = "$Id: main.c,v 1.4 1993/12/07 17:46:56 mycroft Exp $";
#endif /* not lint */
#include <signal.h>
@ -75,6 +75,7 @@ int k;
}
void
onintr()
{
done(1);