Fix warnings; deprecated use of label at end of compound statement

This commit is contained in:
Peter Wemm 2002-05-24 05:54:40 +00:00
parent 3b688a9484
commit 3fec4bb98a

View File

@ -92,6 +92,7 @@ ibcs2_modevent(module_t mod, int type, void *unused)
sx_sunlock(&allproc_lock);
default:
/* do not care */
break;
}
return (rval);
}