aboutsummaryrefslogtreecommitdiff
path: root/butl/fdstream
diff options
context:
space:
mode:
Diffstat (limited to 'butl/fdstream')
-rw-r--r--butl/fdstream2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/fdstream b/butl/fdstream
index 71de6a0..990cea0 100644
--- a/butl/fdstream
+++ b/butl/fdstream
@@ -245,7 +245,7 @@ namespace butl
open (const path&, fdopen_mode);
void
- open (int fd) {buf_.open (fd); clear();}
+ open (int fd) {buf_.open (fd); clear ();}
void close ();
bool is_open () const {return buf_.is_open ();}