12 Jun
2016
12 Jun
'16
12:17 p.m.
From: "Lu, Han" han.lu@intel.com
Add the break line for OPT_ROUNDUPLATENCY case.
Signed-off-by: Lu, Han han.lu@intel.com
diff --git a/bat/bat.c b/bat/bat.c index 72ab8b2..8645770 100644 --- a/bat/bat.c +++ b/bat/bat.c @@ -420,6 +420,7 @@ static void parse_arguments(struct bat *bat, int argc, char *argv[]) break; case OPT_ROUNDTRIPLATENCY: bat->roundtriplatency = true; + break; case OPT_SNRTHD_DB: get_snr_thd_db(bat, optarg); break;
--
2.5.0