Commit bab7944cf38dbd5df6bf02b739e9984a4789714b

Authored by Blue Swirl
1 parent 07b44ce9

Fix Sparse warning

Fix this warning:
./qemu-options.h:198:1: error: expected preprocessor identifier

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions
qemu-options.hx
... ... @@ -723,7 +723,7 @@ STEXI
723 723 @table @option
724 724 ETEXI
725 725  
726   -DEF("net", HAS_ARG, QEMU_OPTION_net, \
  726 +DEF("net", HAS_ARG, QEMU_OPTION_net,
727 727 "-net nic[,vlan=n][,macaddr=addr][,model=type][,name=str]\n"
728 728 " create a new Network Interface Card and connect it to VLAN 'n'\n"
729 729 #ifdef CONFIG_SLIRP
... ...