mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 18:25:15 +08:00
nds/libnds/source/arm9/image.c: Add needed cast
This commit is contained in:
@@ -121,7 +121,7 @@ void imageTileData(sImage* img) {
|
||||
|
||||
free(img->image.data32);
|
||||
|
||||
img->image.data32 = temp;
|
||||
img->image.data32 = (unsigned int *)temp;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user