From: Blue Swirl Date: Tue, 9 Jun 2009 18:50:02 +0000 (+0300) Subject: Fix Sparse warning X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~11791 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bab7944cf38dbd5df6bf02b739e9984a4789714b;p=sdk%2Femulator%2Fqemu.git Fix Sparse warning Fix this warning: ./qemu-options.h:198:1: error: expected preprocessor identifier Signed-off-by: Blue Swirl --- diff --git a/qemu-options.hx b/qemu-options.hx index 87af798..fa549c3 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