fix copy/paste error

svn path=/trunk/netsurf/; revision=12376
This commit is contained in:
Chris Young 2011-05-10 22:09:32 +00:00
parent 38bcb14d77
commit 8def2d6932
1 changed files with 1 additions and 1 deletions

View File

@ -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);