missing break

This commit is contained in:
Omar Polo 2021-01-17 09:34:06 +00:00
parent d939d0f09e
commit 7146dd552f
1 changed files with 1 additions and 0 deletions

1
gmid.c
View File

@ -838,6 +838,7 @@ main(int argc, char **argv)
case 'p':
conf.port = parse_portno(optarg);
break;
case 'x':
/* drop the starting / (if any) */