diff --git a/uppsrc/CtrlCore/X11Wnd.cpp b/uppsrc/CtrlCore/X11Wnd.cpp index 28cd000c3..b71ee7b48 100644 --- a/uppsrc/CtrlCore/X11Wnd.cpp +++ b/uppsrc/CtrlCore/X11Wnd.cpp @@ -268,7 +268,7 @@ void Ctrl::ProcessEvent(XEvent *event) xclipboard().Clear(); if(event->xselectionrequest.selection == XAtom("XdndSelection")) DnDClear(); - return; + return; } int q = xmap.Find(event->xany.window); #ifdef _DEBUG