Commit ff6eccda authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dxof: Fix typo in comment.

parent 1dc896eb
......@@ -722,7 +722,7 @@ static HRESULT WINAPI IDirectXFileDataImpl_GetNextObject(IDirectXFileData* iface
if (This->from_ref && (This->level >= 1))
{
/* Only 2 levels can enumerated if the object is obtained from a reference */
/* Only 2 levels can be enumerated if the object is obtained from a reference */
return DXFILEERR_NOMOREOBJECTS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment