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)
commitef91b2bc333b9799e30312d1d157574a6239a45c
tree1ec67ad290ed718f981a5aef7058dcf83cea2067
parentfaba5134ca721f38221e21bfa983c563f85dbdb1
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