aboutsummaryrefslogtreecommitdiff
path: root/libXext/src/XShape.c
diff options
context:
space:
mode:
Diffstat (limited to 'libXext/src/XShape.c')
-rw-r--r--libXext/src/XShape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libXext/src/XShape.c b/libXext/src/XShape.c
index 1e3a77f23..6e8fbae9f 100644
--- a/libXext/src/XShape.c
+++ b/libXext/src/XShape.c
@@ -38,7 +38,7 @@ in this Software without prior written authorization from The Open Group.
static XExtensionInfo _shape_info_data;
static XExtensionInfo *shape_info = &_shape_info_data;
-static /* const */ char *shape_extension_name = SHAPENAME;
+static const char *shape_extension_name = SHAPENAME;
#define ShapeCheckExtension(dpy,i,val) \
XextCheckExtension (dpy, i, shape_extension_name, val)