]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: fix build issue due to missing newline in generated header
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 10 Aug 2011 18:10:51 +0000 (13:10 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 12 Aug 2011 13:31:30 +0000 (08:31 -0500)
commit7534ba0130a29a3373ed10557e2c64452b75ba8a
tree1ec67ad290ed718f981a5aef7058dcf83cea2067
parent7075ba3097091507de89650f6e4e247f7411ebad
qapi: fix build issue due to missing newline in generated header

Fixes a build issue on RHEL5, and potentially other distros, where gcc
will generate an error due to us not writing a trailing "\n" when
generating *qmp-commands.h

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
scripts/qapi-commands.py