kdrive/vesa: type cast warning fix

This commit is contained in:
Keith Packard 2000-12-08 21:40:29 +00:00
parent b59eabd230
commit 6b61d48f21

View File

@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/* $XFree86$ */
/* $XFree86: xc/programs/Xserver/hw/kdrive/vesa/vesainit.c,v 1.4 2000/10/20 00:19:50 keithp Exp $ */
#include "vesa.h"
@ -55,7 +55,7 @@ void
InitCard(char *name)
{
KdCardAttr attr;
KdCardInfoAdd(&vesaFuncs, &attr, 0);
KdCardInfoAdd((KdCardFuncs *) &vesaFuncs, &attr, 0);
}
void