Fix comment style

This commit is contained in:
Michele Giacomoli 2022-09-19 18:25:26 +02:00
parent acf50a4f98
commit b36707ba46

View File

@ -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');
}