';' forgotten.
This commit is contained in:
parent
b3f21c47fc
commit
60278f1c52
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ char *filename;
|
||||||
|
|
||||||
if ( !do_open( filename)) {
|
if ( !do_open( filename)) {
|
||||||
fprint( STDERR, "Couldn't open %s\n", filename);
|
fprint( STDERR, "Couldn't open %s\n", filename);
|
||||||
return( 0)
|
return( 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return( 1);
|
return( 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue