win: fix comment
Fixes the following: ~~~~ src/win/tty.c: In function 'uv_tty_capture_initial_style': src/win/tty.c:211:3: error: "/" within comment [-Werror=comment] / Assumption: Caller has acquired uv_tty_output_lock. */ ~~~~ PR-URL: https://github.com/libuv/libuv/pull/578 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
e9b5a86aa6
commit
010f0b96a3
@ -208,7 +208,7 @@ static void uv_tty_capture_initial_style(CONSOLE_SCREEN_BUFFER_INFO* info) {
|
||||
static int style_captured = 0;
|
||||
|
||||
/* Only do this once.
|
||||
/* Assumption: Caller has acquired uv_tty_output_lock. */
|
||||
Assumption: Caller has acquired uv_tty_output_lock. */
|
||||
if (style_captured)
|
||||
return;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user