diff options
Diffstat (limited to 'libX11/src/GrKeybd.c')
-rw-r--r-- | libX11/src/GrKeybd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/GrKeybd.c b/libX11/src/GrKeybd.c index e4ea053a8..450a67cc5 100644 --- a/libX11/src/GrKeybd.c +++ b/libX11/src/GrKeybd.c @@ -50,7 +50,7 @@ int XGrabKeyboard ( req->time = time; /* if we ever return, suppress the error */ - if (_XReply (dpy, (xReply *) &rep, 0, xTrue) == 0) + if (_XReply (dpy, (xReply *) &rep, 0, xTrue) == 0) rep.status = GrabSuccess; status = rep.status; UnlockDisplay(dpy); |