Removed fixme.

oldstable
Juergen Schmied 1999-11-25 23:06:51 +00:00 committed by Alexandre Julliard
parent 6b34fedc8c
commit 3531ea5501
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ static BOOL ATOM_IsIntAtom(LPCSTR atomstr,WORD *atomid) {
return FALSE;
*atomid=strtol(atomstr+1,&xend,10);
if (*xend) {
FIXME("found atom named '%s'\n",atomstr);
/* atom has a name like '## some name ##' */
return FALSE;
}
return TRUE;