mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jfsutils: fix patch's whitespace
This commit is contained in:
parent
d9c93fb06f
commit
9f08b81dac
1 changed files with 5 additions and 7 deletions
|
@ -1,12 +1,10 @@
|
||||||
diff --git mkfs/mkfs.c mkfs/mkfs.c
|
|
||||||
index 3a1d628..bf0caff 100644
|
|
||||||
--- a/mkfs/mkfs.c
|
--- a/mkfs/mkfs.c
|
||||||
+++ b/mkfs/mkfs.c
|
+++ b/mkfs/mkfs.c
|
||||||
@@ -924,6 +924,7 @@ int main(int argc, char *argv[])
|
@@ -924,6 +924,7 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
do {
|
do {
|
||||||
printf("\nContinue? (Y/N) ");
|
printf("\nContinue? (Y/N) ");
|
||||||
+ fflush(stdout);
|
+ fflush(stdout);
|
||||||
c = getchar();
|
c = getchar();
|
||||||
|
|
||||||
if (c == 'n' || c == 'N') {
|
if (c == 'n' || c == 'N') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue