From 5dd18e95d9aba8cc444a511808a1df15ca7a037a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 3 Nov 2004 18:55:20 +0000 Subject: static char * -> static char [] --- src/glx/x11/XF86dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/glx/x11/XF86dri.c b/src/glx/x11/XF86dri.c index cccc380507..641a205c50 100644 --- a/src/glx/x11/XF86dri.c +++ b/src/glx/x11/XF86dri.c @@ -45,7 +45,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. static XExtensionInfo _xf86dri_info_data; static XExtensionInfo *xf86dri_info = &_xf86dri_info_data; -static char *xf86dri_extension_name = XF86DRINAME; +static char xf86dri_extension_name[] = XF86DRINAME; #define XF86DRICheckExtension(dpy,i,val) \ XextCheckExtension (dpy, i, xf86dri_extension_name, val) -- cgit v1.2.3