[caching] add missing break in cache_metadata_size

This commit is contained in:
Joe Thornber 2014-01-15 16:48:46 +00:00
parent ef6066e2cd
commit 2f1789744f

View File

@ -71,6 +71,7 @@ namespace {
case 3:
fs.max_hint_width = lexical_cast<uint32_t>(optarg);
break;
case 'h':
usage(cout, prog_name);