diff options
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5142,7 +5142,7 @@ int main(int argc, char **argv, char **envp) fprintf(stderr, "parse error: %s\n", optarg); exit(1); } - if (NULL == qemu_chr_open_opts(opts, NULL)) { + if (qemu_chr_open_opts(opts, NULL) == NULL) { exit(1); } break; |