diff --git a/src/ympd.c b/src/ympd.c index cb7912b..794301b 100644 --- a/src/ympd.c +++ b/src/ympd.c @@ -98,6 +98,7 @@ int main(int argc, char **argv) break; case 'p': mpd.port = atoi(optarg); + break; case 'w': error_msg = mg_set_option(server, "listening_port", optarg); break;