This commit is contained in:
pnunn%netscape.com 1999-06-09 20:19:29 +00:00
Родитель 4524952ae6
Коммит 5820e15512
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -20,7 +20,7 @@
* ilclient.c --- Management of imagelib client data structures, * ilclient.c --- Management of imagelib client data structures,
* including image cache. * including image cache.
* *
* $Id: ilclient.cpp,v 3.9 1999/06/01 23:14:55 pnunn%netscape.com Exp $ * $Id: ilclient.cpp,v 3.10 1999/06/09 20:19:29 pnunn%netscape.com Exp $
*/ */
@ -1040,7 +1040,7 @@ il_add_client(IL_GroupContext *img_cx, il_container *ic,
/* Delete an IL_ImageReq from the list of clients for an image container. /* Delete an IL_ImageReq from the list of clients for an image container.
Return TRUE if successful, FALSE otherwise. */ Return TRUE if successful, FALSE otherwise. */
static PRBool PRBool
il_delete_client(il_container *ic, IL_ImageReq *image_req) il_delete_client(il_container *ic, IL_ImageReq *image_req)
{ {
IL_GroupContext *img_cx; IL_GroupContext *img_cx;