draw: Fix MSVC integer size conversion warning.

This commit is contained in:
José Fonseca 2008-06-12 23:34:21 +09:00
parent 4a49f1d2e2
commit aa816d114e

View file

@ -172,7 +172,7 @@ static void varray_destroy(struct draw_pt_front_end *frontend)
struct draw_pt_front_end *draw_pt_varray(struct draw_context *draw)
{
unsigned i;
ushort i;
struct varray_frontend *varray = CALLOC_STRUCT(varray_frontend);
if (varray == NULL)
return NULL;