mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-01 17:33:35 +02:00
./brmlife -t: Missing break
This commit is contained in:
parent
cd79c56bfb
commit
692f968e64
1 changed files with 1 additions and 1 deletions
2
main.cc
2
main.cc
|
@ -62,7 +62,7 @@ main(int argc, char *argv[])
|
|||
switch (opt) {
|
||||
case 'h': herbs_opt = atoi(optarg); break;
|
||||
case 'p': port = atoi(optarg); break;
|
||||
case 't': ticklen = atoi(optarg) * 1000;
|
||||
case 't': ticklen = atoi(optarg) * 1000; break;
|
||||
case 'x': w = atoi(optarg); break;
|
||||
case 'y': h = atoi(optarg); break;
|
||||
default: /* '?' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue