summaryrefslogtreecommitdiffstats
path: root/amtider.c
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2022-04-13 15:46:03 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 14:52:31 +0200
commit69901f42c236b5dd3174ef653a6ae22bae8f34fc (patch)
treecd53fff8249b4d172c36f2de9068be1319e43f0b /amtider.c
parentaf0c41e620b90e9a7df522f3a4898d11d3ded912 (diff)
downloadamtterm-69901f42c236b5dd3174ef653a6ae22bae8f34fc.tar.gz
ider: fixup READ TOC
Diffstat (limited to 'amtider.c')
-rw-r--r--amtider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amtider.c b/amtider.c
index 3f0fefd..1655a92 100644
--- a/amtider.c
+++ b/amtider.c
@@ -212,7 +212,7 @@ int main(int argc, char *argv[])
snprintf(r.pass, sizeof(r.pass), "%s", h);
for (;;) {
- if (-1 == (c = getopt(argc, argv, "df:ghvqu:p:LC:")))
+ if (-1 == (c = getopt(argc, argv, "cdf:ghvqu:p:LC:")))
break;
switch (c) {
case 'v':