diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-06-09 21:50:02 +0300 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-09 21:50:02 +0300 |
commit | bab7944cf38dbd5df6bf02b739e9984a4789714b (patch) | |
tree | be4fb7cfe34d81fcf8c7cc985118426331c15e2a /qemu-options.hx | |
parent | 07b44ce99e6c762766c9262146d2bcac4ea0a5fd (diff) |
Fix Sparse warning
Fix this warning:
./qemu-options.h:198:1: error: expected preprocessor identifier
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |