qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT bab7944] Fix Sparse warning


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT bab7944] Fix Sparse warning
Date: Tue, 09 Jun 2009 18:54:38 -0000

From: Blue Swirl <address@hidden>

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

Signed-off-by: Blue Swirl <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]