Skip to content
Snippets Groups Projects
Commit 3531ea55 authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard
Browse files

Removed fixme.

parent 6b34fedc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment