]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qobject/json-parser.c
audio: change mixing engine float range to [-1.f, 1.f]
[mirror_qemu.git] / qobject / json-parser.c
index 7d23e12e3379f91025459751c1addd2d90e545a9..d083810d3782c728e93a1e8aecf866e95e9c7c9b 100644 (file)
@@ -519,8 +519,8 @@ static QObject *parse_literal(JSONParserContext *ctxt)
             }
             assert(ret == -ERANGE);
         }
-        /* fall through to JSON_FLOAT */
     }
+    /* fall through to JSON_FLOAT */
     case JSON_FLOAT:
         /* FIXME dependent on locale; a pervasive issue in QEMU */
         /* FIXME our lexer matches RFC 8259 in forbidding Inf or NaN,