From b36707ba4660bdf6ea996476eb7225156bc27b51 Mon Sep 17 00:00:00 2001 From: Michele Giacomoli Date: Mon, 19 Sep 2022 18:25:26 +0200 Subject: [PATCH] Fix comment style --- cli-kex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-kex.c b/cli-kex.c index 2824edc..6cb75c2 100644 --- a/cli-kex.c +++ b/cli-kex.c @@ -229,7 +229,7 @@ static void ask_to_confirm(const unsigned char* keyblob, unsigned int keybloblen fclose(tty); } else { response = getc(stdin); - // flush stdin buffer + /* flush stdin buffer */ while ((getchar()) != '\n'); }