[svn-r20186] Verify/cleanup code due to debugging changes

Tested: local linux
This commit is contained in:
Allen Byrne
2011-03-04 09:44:48 -05:00
parent 1fff6f29d5
commit 190878d797
3 changed files with 10 additions and 9 deletions

View File

@@ -104,7 +104,7 @@ void parse_command_line(int argc,
options->m_report = 1;
break;
case 'l':
options->follow_links = 1;
options->follow_links = 1;
break;
case 'x':
options->no_dangle_links = 1;