diff options
Diffstat (limited to 'toys/pending')
-rw-r--r-- | toys/pending/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/fdisk.c b/toys/pending/fdisk.c index d000c055..08cfa71f 100644 --- a/toys/pending/fdisk.c +++ b/toys/pending/fdisk.c @@ -1486,7 +1486,7 @@ void fdisk_main(void) toys.exitval = 0; return; } else { - if (toys.optc != 1) help_exit(stdout); + if (toys.optc != 1) help_exit(0); if (read_mbr(toys.optargs[0], 1)) return; while (1) { xputc('\n'); |