diff --git a/ql570.c b/ql570.c index 0585280..c3ad690 100644 --- a/ql570.c +++ b/ql570.c @@ -422,7 +422,7 @@ int main(int argc, const char ** argv) { } else if (!strcmp(argv[2], "62x29")) { paper_type = INDIVIDUAL; memcpy(paper_param, PAPER_62X29, 4); - } else if (!strcmp(argv[2], "62x29")) { + } else if (!strcmp(argv[2], "62x100")) { paper_type = INDIVIDUAL; memcpy(paper_param, PAPER_62X100, 4); } else if (!strcmp(argv[2], "ping")) {