DRI: Fix build warning.
This commit is contained in:
parent
644f7ddc0c
commit
0fb44c6f9a
|
@ -88,6 +88,6 @@ driSetup(pointer module, pointer opts, int *errmaj, int *errmin)
|
||||||
drmSetServerInfo(&DRIDRMServerInfo);
|
drmSetServerInfo(&DRIDRMServerInfo);
|
||||||
|
|
||||||
/* Need a non-NULL return value to indicate success */
|
/* Need a non-NULL return value to indicate success */
|
||||||
return 1;
|
return (pointer)1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue