aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/awk.c')
-rw-r--r--editors/awk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c
index 4ec3d4652..a820c7a17 100644
--- a/editors/awk.c
+++ b/editors/awk.c
@@ -2817,7 +2817,7 @@ int awk_main(int argc, char **argv)
2817 } 2817 }
2818 } 2818 }
2819 opt_complementary = "v::"; 2819 opt_complementary = "v::";
2820 opt = getopt32(argc, argv, "F:v:f:W:", &opt_F, &opt_v, &g_progname, &opt_W); 2820 opt = getopt32(argv, "F:v:f:W:", &opt_F, &opt_v, &g_progname, &opt_W);
2821 argv += optind; 2821 argv += optind;
2822 argc -= optind; 2822 argc -= optind;
2823 if (opt & 0x1) 2823 if (opt & 0x1)