--- sourceforge.net/trunk/rdesktop/rdp.c 2004/06/16 03:08:55 713 +++ sourceforge.net/trunk/rdesktop/rdp.c 2004/06/17 09:42:58 717 @@ -659,7 +659,7 @@ if (g_width != width || g_height != height) { warning("screen size changed from %dx%d to %dx%d\n", g_width, g_height, - width, height); + width, height); g_width = width; g_height = height; ui_resize_window(); @@ -1088,7 +1088,7 @@ BOOL cont = True; STREAM s; - while (cont) + while (cont) { s = rdp_recv(&type); if (s == NULL)