Updated list. pnunn.

git-svn-id: svn://10.0.0.236/trunk@40133 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pnunn%netscape.com 1999-07-19 19:50:29 +00:00
parent bc58ec0eac
commit 37ae6384f7

View File

@ -1041,6 +1041,7 @@ IL_StreamFirstWrite(il_container *ic, const unsigned char *str, int32 len)
case IL_XBM : PL_strcpy(imgtype, "xbm"); break;
case IL_JPEG : PL_strcpy(imgtype, "jpeg"); break;
case IL_PNG : PL_strcpy(imgtype, "png"); break;
case IL_ART : PL_strcpy(imgtype, "art"); break;
default : PL_strcpy(imgtype, "");
}