Fix a syntax error.
This commit is contained in:
parent
140509ab5d
commit
2e8d39560e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75876
@ -682,8 +682,8 @@ main(int argc, char *argv[])
|
||||
case 'w':
|
||||
wflag = atoi(optarg) ;
|
||||
break;
|
||||
case 'n' /* ignored, just for compatibility with std netstat */
|
||||
break ;
|
||||
case 'n': /* ignored, just for compatibility with std netstat */
|
||||
break;
|
||||
case 'r':
|
||||
rflag++;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user