Skip to content

Commit 9c7d03f

Browse files
committed
gc_info: Fixed handling unknown parameter
1 parent c9eaf73 commit 9c7d03f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gc_info.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ int main(int argc, char *argv[])
191191
{
192192
std::cerr << "Unknown parameter: " << argv[k] << std::endl;
193193
ret=1;
194+
break;
194195
}
195196
}
196197

0 commit comments

Comments
 (0)