DRI: Fix build warning.

This commit is contained in:
Michel Dänzer 2007-06-11 09:23:19 +02:00
parent 644f7ddc0c
commit 0fb44c6f9a

View File

@ -88,6 +88,6 @@ driSetup(pointer module, pointer opts, int *errmaj, int *errmin)
drmSetServerInfo(&DRIDRMServerInfo);
/* Need a non-NULL return value to indicate success */
return 1;
return (pointer)1;
}