[Spice-devel] [PATCH spice-html5 2/2] quic: Add missing break

Pavel Grunt pgrunt at redhat.com
Wed May 4 12:57:21 UTC 2016


Spotted by coverity
---
 quic.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/quic.js b/quic.js
index 9bb9f47..22ea3c7 100644
--- a/quic.js
+++ b/quic.js
@@ -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");
     }
-- 
2.8.2



More information about the Spice-devel mailing list