consistent naming
This commit is contained in:
@@ -9,6 +9,6 @@ C_close()
|
||||
assert( busy);
|
||||
|
||||
end_back();
|
||||
do_close();
|
||||
close_back();
|
||||
busy = 0;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ char *filename;
|
||||
{
|
||||
assert( !busy);
|
||||
|
||||
if ( !do_open( filename)) {
|
||||
if ( !open_back( filename)) {
|
||||
fprint( STDERR, "Couldn't open %s\n", filename);
|
||||
return( 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user