mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix missing break
This commit is contained in:
parent
0f119c7cdb
commit
5cb79f423c
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ main (int argc, char **argv)
|
|||
break;
|
||||
case 'P':
|
||||
source_path = strdup (optarg);
|
||||
break;
|
||||
case 'v':
|
||||
verbosity++;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue