mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-22 11:54:47 +00:00
Fix Sparse warning
Fix this warning: ./qemu-options.h:198:1: error: expected preprocessor identifier Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
07b44ce99e
commit
bab7944cf3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user