aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/builtin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/builtin.cpp')
-rw-r--r--src/builtin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/builtin.cpp b/src/builtin.cpp
index 8ed2858b..615df6af 100644
--- a/src/builtin.cpp
+++ b/src/builtin.cpp
@@ -163,7 +163,7 @@ wcstring builtin_help_get(parser_t &parser, io_streams_t &streams, const wchar_t
/// to an interactive screen, it may be shortened to fit the screen.
void builtin_print_help(parser_t &parser, io_streams_t &streams, const wchar_t *cmd,
output_stream_t &b) {
- bool is_stderr = (&b == &streams.err);
+ bool is_stderr = &b == &streams.err;
if (is_stderr) {
b.append(parser.current_line());
}