Add missing 'break' statement.

Reviewed by:	scottl
Approved by:	rwatson (mentor)
Sponsored by:	FreeBSD Foundation
Found with:	Coverity Prevent(tm)
CID:		3927
This commit is contained in:
Edward Tomasz Napierala 2009-01-14 21:25:17 +00:00
parent 40905b6e22
commit 1cec6ef6a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187243

View File

@ -3432,6 +3432,7 @@ scsi_print_inquiry(struct scsi_inquiry_data *inq_data)
break;
case T_NODEVICE:
dtype = "Uninstalled";
break;
default:
dtype = "unknown";
break;