aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/ChProp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/src/ChProp.c')
-rw-r--r--libX11/src/ChProp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/ChProp.c b/libX11/src/ChProp.c
index 8c524cafe..b8f596a05 100644
--- a/libX11/src/ChProp.c
+++ b/libX11/src/ChProp.c
@@ -67,7 +67,7 @@ XChangeProperty (
Data (dpy, (char *)data, nelements);
} /* else force BadLength */
break;
-
+
case 16:
len = ((long)nelements + 1)>>1;
if (dpy->bigreq_size || req->length + len <= (unsigned) 65535) {