Revision 45a8f3ca

b/vl.c
5560 5560
    /* terminal init */
5561 5561
    if (nographic) {
5562 5562
        dumb_display_init(ds);
5563
    } if (vnc_display != -1) {
5563
    } else if (vnc_display != -1) {
5564 5564
	vnc_display_init(ds, vnc_display);
5565 5565
    } else {
5566 5566
#if defined(CONFIG_SDL)

Also available in: Unified diff