From bab7944cf38dbd5df6bf02b739e9984a4789714b Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 9 Jun 2009 21:50:02 +0300 Subject: [PATCH] Fix Sparse warning Fix this warning: ./qemu-options.h:198:1: error: expected preprocessor identifier Signed-off-by: Blue Swirl --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 87af798419..fa549c36e2 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -723,7 +723,7 @@ STEXI @table @option ETEXI -DEF("net", HAS_ARG, QEMU_OPTION_net, \ +DEF("net", HAS_ARG, QEMU_OPTION_net, "-net nic[,vlan=n][,macaddr=addr][,model=type][,name=str]\n" " create a new Network Interface Card and connect it to VLAN 'n'\n" #ifdef CONFIG_SLIRP