summaryrefslogtreecommitdiff
path: root/src/StrToShap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/StrToShap.c')
-rw-r--r--src/StrToShap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StrToShap.c b/src/StrToShap.c
index 0773404..de93342 100644
--- a/src/StrToShap.c
+++ b/src/StrToShap.c
@@ -78,7 +78,7 @@ Boolean
XmuCvtShapeStyleToString(Display *dpy, XrmValue *args, Cardinal *num_args,
XrmValue *fromVal, XrmValue *toVal, XtPointer *data)
{
- static char *buffer;
+ static const char *buffer;
Cardinal size;
switch (*(int *)fromVal->addr)