]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
typo
authorbellard <bellard>
Sun, 30 Apr 2006 22:20:58 +0000 (22:20 +0000)
committerbellard <bellard>
Sun, 30 Apr 2006 22:20:58 +0000 (22:20 +0000)
vl.c

diff --git a/vl.c b/vl.c
index bfc14902f5229196215dbf5a0b4b8b374b4d4ed8..ef61918e25f54813a6a99f7aafb087509baf2a53 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -5560,7 +5560,7 @@ int main(int argc, char **argv)
     /* terminal init */
     if (nographic) {
         dumb_display_init(ds);
-    } if (vnc_display != -1) {
+    } else if (vnc_display != -1) {
        vnc_display_init(ds, vnc_display);
     } else {
 #if defined(CONFIG_SDL)