Update wincolor_sink.h

This commit is contained in:
Gabi Melman 2019-05-10 17:59:48 +03:00 committed by GitHub
parent 3ce9ac74a6
commit e504aceeb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,10 +123,10 @@ private:
case color_mode::always:
case color_mode::automatic:
should_do_colors_ = true;
break
break;
case color_mode::never:
should_do_colors_ = false;
break
break;
}
}