]> git.proxmox.com Git - mirror_qemu.git/commit - hmp.c
hmp: block-stream: fix typo
authorAnthony Liguori <anthony@codemonkey.ws>
Tue, 17 Sep 2013 16:10:47 +0000 (11:10 -0500)
committerAnthony Liguori <anthony@codemonkey.ws>
Tue, 17 Sep 2013 16:10:47 +0000 (11:10 -0500)
commit46663e5eff4be1d79971f46e51c9bb415ec8f5be
treed7923d72b8b99ea9c88bb4ce3a6fa440a0f56122
parent6c2679fc19560699679200fb42ab4659bcbe7f79
hmp: block-stream: fix typo

Found this by enabling C++ errors.  The bool and enum arguments
are mistakenly flipped.

Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
hmp.c