My previous commit removed a line it wasn't supposed to. Add it back.

This commit is contained in:
Garance A Drosehn 2000-11-13 16:21:24 +00:00
parent 9704bfcdfb
commit c61c5210be
1 changed files with 3 additions and 2 deletions

View File

@ -354,8 +354,9 @@ printit(pp, file)
char *file;
{
register int i;
char *cp;
int bombed = OK;
char *cp;
int bombed = OK;
int didignorehdr = 0;
/*
* open control file; ignore if no longer there.