quic: Add missing break

Spotted by coverity
This commit is contained in:
Pavel Grunt 2016-05-04 14:57:21 +02:00 committed by Jeremy White
parent 6b239731b4
commit 78022d150e
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ function QuicModel(bpc)
case 2:
case 4:
console.log("quic: findmodelparams(): evol value obsolete!!!\n");
break;
default:
console.log("quic: findmodelparams(): evol out of range!!!\n");
}