fix copy/paste error
svn path=/trunk/netsurf/; revision=12376
This commit is contained in:
parent
38bcb14d77
commit
8def2d6932
|
@ -96,7 +96,7 @@ nserror amiga_dt_anim_init(void)
|
|||
|
||||
while((dt = ObtainDataType(DTST_RAM, NULL,
|
||||
DTA_DataType, prevdt,
|
||||
DTA_GroupID, GID_PICTURE, // we only support images for now
|
||||
DTA_GroupID, GID_ANIMATION,
|
||||
TAG_DONE)) != NULL)
|
||||
{
|
||||
ReleaseDataType(prevdt);
|
||||
|
|
Loading…
Reference in New Issue