jfsutils: fix patch's whitespace

This commit is contained in:
Đoàn Trần Công Danh 2022-08-26 22:56:17 +07:00
parent d9c93fb06f
commit 9f08b81dac

View file

@ -1,12 +1,10 @@
diff --git mkfs/mkfs.c mkfs/mkfs.c
index 3a1d628..bf0caff 100644
--- a/mkfs/mkfs.c
+++ b/mkfs/mkfs.c
@@ -924,6 +924,7 @@ int main(int argc, char *argv[])
}
do {
printf("\nContinue? (Y/N) ");
}
do {
printf("\nContinue? (Y/N) ");
+ fflush(stdout);
c = getchar();
c = getchar();
if (c == 'n' || c == 'N') {
if (c == 'n' || c == 'N') {