X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/48cef39bf39846ce4aaf79d4a2ae620373b3e181..38dc12947ec9106237f9cdbd428792c985cd86ae:/qemu-options-wrapper.h diff --git a/qemu-options-wrapper.h b/qemu-options-wrapper.h index 4d7aeb1352..6f548e3922 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) @@ -34,7 +34,6 @@ #undef DEF #undef DEFHEADING #undef ARCHHEADING -#undef GEN_DOCS #undef QEMU_OPTIONS_GENERATE_ENUM #undef QEMU_OPTIONS_GENERATE_HELP