diff --git a/options.h b/options.h index 8d1ff3a..da68ec0 100644 --- a/options.h +++ b/options.h @@ -49,6 +49,7 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state) break; case 'y': config->Yres = std::stoi(arg); + break; case 'o': config->overlay = arg; break;