summaryrefslogtreecommitdiff
path: root/src/XLbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/XLbx.c')
-rw-r--r--src/XLbx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XLbx.c b/src/XLbx.c
index b3ba1b2..fda00ea 100644
--- a/src/XLbx.c
+++ b/src/XLbx.c
@@ -33,7 +33,7 @@
static XExtensionInfo _lbx_info_data;
static XExtensionInfo *lbx_info = &_lbx_info_data;
-static /* const */ char *lbx_extension_name = LBXNAME;
+static const char *lbx_extension_name = LBXNAME;
#define LbxCheckExtension(dpy,i,val) \
XextCheckExtension (dpy, i, lbx_extension_name, val)
@@ -55,7 +55,7 @@ static /* const */ XExtensionHooks lbx_extension_hooks = {
error_string, /* error_string */
};
-static /* const */ char *lbx_error_list[] = {
+static const char *lbx_error_list[] = {
"BadLbxClient", /* BadLbxClient */
};