handle -- properly in compositor

This commit is contained in:
K. Lange 2018-03-26 21:28:36 +09:00 committed by Kevin Lange
parent e1056ef605
commit 274261d5ba

View File

@ -117,6 +117,9 @@ static int parse_args(int argc, char * argv[], int * out) {
}
case 'h':
return usage(argv);
case '-':
// hm
return 0;
default:
fprintf(stderr, "Unrecognized option: %c\n", *c);
break;