--- sourceforge.net/trunk/rdesktop/xwin.c 2003/07/09 07:26:14 434 +++ sourceforge.net/trunk/rdesktop/xwin.c 2003/07/09 09:18:20 435 @@ -802,7 +802,8 @@ /* Multi_key compatible version */ { XmbLookupString(IC, - &xevent.xkey, str, sizeof(str), &keysym, &status); + &xevent.xkey, str, sizeof(str), &keysym, + &status); if (!((status == XLookupKeySym) || (status == XLookupBoth))) { error("XmbLookupString failed with status 0x%x\n", @@ -999,7 +1000,7 @@ } break; - /* clipboard stuff */ + /* clipboard stuff */ case SelectionNotify: xclip_handle_SelectionNotify(&xevent.xselection); break; @@ -1719,4 +1720,3 @@ XFree(image); } -