Removing bogus semicolon. Bug 289051, problem found by lvcipriani@yahoo.com

git-svn-id: svn://10.0.0.236/trunk@173368 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2005-05-13 17:49:43 +00:00
parent 1125e77077
commit 27a294faff

View File

@ -112,7 +112,7 @@ xt_event_handler(Widget xt_w, PluginInstance *This, XEvent *xevent, Boolean *b)
{
case Expose:
/* get rid of all other exposure events */
while(XCheckTypedWindowEvent(This->display, This->window, Expose, xevent));
while(XCheckTypedWindowEvent(This->display, This->window, Expose, xevent))
privatePrintScreenMessage(This);
break;
case ButtonRelease: