./brmlife -t: Missing break

This commit is contained in:
Petr Baudis 2011-12-03 18:57:53 +01:00
parent cd79c56bfb
commit 692f968e64

View file

@ -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: /* '?' */