aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--qrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qrap.c b/qrap.c
index 9a9a6ce..5a0a7fd 100644
--- a/qrap.c
+++ b/qrap.c
@@ -36,7 +36,7 @@ static char *qemu_names[] = {
"kvm",
"qemu-kvm",
#ifdef ARCH
- "qemu-system-" ARCH,
+ ( "qemu-system-" ARCH ),
#endif
"/usr/libexec/qemu-kvm",
NULL,