aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-12-24 21:33:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-12-24 21:33:50 +0200
commit348c16bbdf8c1599188d7f60e9e9ff58fa9e7484 (patch)
tree0505443818f5357902b03dde687bb14a03cda947 /main.c
parenta8d7da921ec42af328a00a387e637aa53b558d1a (diff)
parent6ff9f60e9aac2334c12b19a9df829c83901172a2 (diff)
downloadegawk-348c16bbdf8c1599188d7f60e9e9ff58fa9e7484.tar.gz
egawk-348c16bbdf8c1599188d7f60e9e9ff58fa9e7484.tar.bz2
egawk-348c16bbdf8c1599188d7f60e9e9ff58fa9e7484.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2590b75b..300df7e8 100644
--- a/main.c
+++ b/main.c
@@ -1443,7 +1443,7 @@ parse_args(int argc, char **argv)
/*
* The + on the front tells GNU getopt not to rearrange argv.
*/
- const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L:nNo::Op::MPrSstVYZ:";
+ const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L::nNo::Op::MPrSstVYZ:";
int old_optind;
int c;
char *scan;