diff options
author | Miles Bader <miles@gnu.org> | 1997-02-12 23:16:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-12 23:16:24 +0000 |
commit | a11dea7fe00dea9892bf42038442574a9bc01523 (patch) | |
tree | 4d501e86c8d5f268a96abb324645848b2dd5a6c9 | |
parent | 9077ba552000089b38cc89ee3f9be687998bcce6 (diff) |
.
-rw-r--r-- | libshouldbeinlibc/argp-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-test.c b/libshouldbeinlibc/argp-test.c index 8cb93c53..9b4e8af6 100644 --- a/libshouldbeinlibc/argp-test.c +++ b/libshouldbeinlibc/argp-test.c @@ -113,7 +113,7 @@ parse_opt (int key, char *arg, struct argp_state *state) break; case 'p': case 'P': case OPT_PGRP: case 'x': case 'Q': - case 'r': case OPT_SESS: + case 'r': case OPT_SESS: case 'f': case 'z': { char buf[10]; if (isprint (key)) |