]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-options-wrapper.h
block/curl: Check protocol prefix
[mirror_qemu.git] / qemu-options-wrapper.h
index 13bfea0294f247ca281b0654f937073bb24b13d3..4d7aeb13523f8bdfa1aca3ae24bb39e3e6a46d0c 100644 (file)
@@ -14,7 +14,7 @@
 
 #define ARCHHEADING(text, arch_mask) \
     if ((arch_mask) & arch_type)    \
-        puts(stringify(text));
+        puts(stringify(text) ":");
 
 #define DEFHEADING(text) ARCHHEADING(text, QEMU_ARCH_ALL)