';' forgotten.

This commit is contained in:
kaashoek 1988-02-03 12:55:36 +00:00
parent b3f21c47fc
commit 60278f1c52

View file

@ -12,7 +12,7 @@ char *filename;
if ( !do_open( filename)) {
fprint( STDERR, "Couldn't open %s\n", filename);
return( 0)
return( 0);
}
else
return( 1);