diff options
Diffstat (limited to 'src/XTest.c')
-rw-r--r-- | src/XTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XTest.c b/src/XTest.c index 759e0e8..3e4bb17 100644 --- a/src/XTest.c +++ b/src/XTest.c @@ -40,7 +40,7 @@ from The Open Group. static XExtensionInfo _xtest_info_data; static XExtensionInfo *xtest_info = &_xtest_info_data; -static /* const */ char *xtest_extension_name = XTestExtensionName; +static const char *xtest_extension_name = XTestExtensionName; #define XTestCheckExtension(dpy,i,val) \ XextCheckExtension (dpy, i, xtest_extension_name, val) |