summaryrefslogtreecommitdiffstats
path: root/twin/tools/xreply/xreply.c
diff options
context:
space:
mode:
Diffstat (limited to 'twin/tools/xreply/xreply.c')
-rw-r--r--twin/tools/xreply/xreply.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/tools/xreply/xreply.c b/twin/tools/xreply/xreply.c
index ecdf6ebc3..ce5584190 100644
--- a/twin/tools/xreply/xreply.c
+++ b/twin/tools/xreply/xreply.c
@@ -165,8 +165,8 @@ static void xreply_backtrace()
Status
_XReply (dpy, rep, extra, discard)
- register Display *dpy;
- register xReply *rep;
+ Display *dpy;
+ xReply *rep;
int extra; /* number of 32-bit words expected after the reply */
Bool discard; /* should I discard data following "extra" words? */
{