summary refs log tree commit diff stats
path: root/qemu-options-wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-options-wrapper.h')
-rw-r--r--qemu-options-wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options-wrapper.h b/qemu-options-wrapper.h
index 4d7aeb1352..13bfea0294 100644
--- a/qemu-options-wrapper.h
+++ b/qemu-options-wrapper.h
@@ -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)