OleTranslateColor trace fix.

OleTranslateColor isn't a stub so don't print ":stub" in the trace
message.
This commit is contained in:
Robert Shearman 2005-12-12 11:52:02 +01:00 committed by Alexandre Julliard
parent 7f7e94d331
commit e7299cdf47
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ HRESULT WINAPI OleTranslateColor(
COLORREF colorref;
BYTE b = HIBYTE(HIWORD(clr));
TRACE("(%08lx, %p, %p):stub\n", clr, hpal, pColorRef);
TRACE("(%08lx, %p, %p)\n", clr, hpal, pColorRef);
/*
* In case pColorRef is NULL, provide our own to simplify the code.