From 8def2d69322118cdb18097a9e0f7d793e4c123ec Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 10 May 2011 22:09:32 +0000 Subject: fix copy/paste error svn path=/trunk/netsurf/; revision=12376 --- amiga/dt_anim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiga/dt_anim.c b/amiga/dt_anim.c index cad77ce46..cad43296b 100644 --- a/amiga/dt_anim.c +++ b/amiga/dt_anim.c @@ -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); -- cgit v1.2.3