Bernhard Miklautz 2016-05-02 18:31:43 +02:00
parent 38beb29374
commit 9d98759801
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ int freerdp_image_copy_from_pointer_data(BYTE* pDstData, UINT32 DstFormat,
if (xorBpp == 8 && !palette)
{
WLog_ERR(TAG, "null palette in convertion from %d bpp to %d bpp",
WLog_ERR(TAG, "null palette in conversion from %d bpp to %d bpp",
xorBpp, dstBitsPerPixel);
return -1;
}