diff options
-rw-r--r-- | staging/mausezahn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/staging/mausezahn.c b/staging/mausezahn.c index c38ea46..6c36166 100644 --- a/staging/mausezahn.c +++ b/staging/mausezahn.c @@ -590,8 +590,8 @@ int getopts (int argc, char *argv[]) } break; case '?': - if ((optopt == 'a') || (optopt == 'b') || (optopt = 'c') || - (optopt == 'd') || (optopt == 'f') || (optopt = 'p') || + if ((optopt == 'a') || (optopt == 'b') || (optopt == 'c') || + (optopt == 'd') || (optopt == 'f') || (optopt == 'p') || (optopt == 't') || (optopt == 'm')) fprintf (stderr, " mz/getopts: Option -%c requires an argument.\n", optopt); else if (isprint (optopt)) |