close opened file

This commit is contained in:
David Tardon 2012-01-12 06:15:23 +01:00
parent 196885980b
commit 0df9d7c05d

View file

@ -309,6 +309,7 @@ sub write_buffer
{
print FILE $_."\n";
}
close ( FILE );
@buffer = ();
}
sub parse_options