summaryrefslogtreecommitdiff
path: root/src/XEVI.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/XEVI.c')
-rw-r--r--src/XEVI.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XEVI.c b/src/XEVI.c
index a30daac..eb09daa 100644
--- a/src/XEVI.c
+++ b/src/XEVI.c
@@ -31,7 +31,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/extensions/extutil.h>
#include <X11/Xutil.h>
static XExtensionInfo *xevi_info;/* needs to move to globals.c */
-static /* const */ char *xevi_extension_name = EVINAME;
+static const char *xevi_extension_name = EVINAME;
#define XeviCheckExtension(dpy,i,val) \
XextCheckExtension (dpy, i, xevi_extension_name, val)
/*****************************************************************************