typo
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1874 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
debc70650a
commit
45a8f3ca06
2
vl.c
2
vl.c
@ -5560,7 +5560,7 @@ int main(int argc, char **argv)
|
|||||||
/* terminal init */
|
/* terminal init */
|
||||||
if (nographic) {
|
if (nographic) {
|
||||||
dumb_display_init(ds);
|
dumb_display_init(ds);
|
||||||
} if (vnc_display != -1) {
|
} else if (vnc_display != -1) {
|
||||||
vnc_display_init(ds, vnc_display);
|
vnc_display_init(ds, vnc_display);
|
||||||
} else {
|
} else {
|
||||||
#if defined(CONFIG_SDL)
|
#if defined(CONFIG_SDL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user